Correct Kubernetes Ingress and IngressRoute port heuristic for choosing HTTPS
This commit is contained in:
parent
5731ae7f47
commit
2895ad21f3
7 changed files with 11 additions and 9 deletions
|
@ -68,6 +68,7 @@ spec:
|
|||
ports:
|
||||
- name: web-secure
|
||||
port: 443
|
||||
targetPort: 8443
|
||||
selector:
|
||||
app: containous
|
||||
task: whoami2
|
||||
|
@ -85,7 +86,7 @@ subsets:
|
|||
- ip: 10.10.0.6
|
||||
ports:
|
||||
- name: web-secure
|
||||
port: 443
|
||||
port: 8443
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue