Update sectionName in HTTPRoute configurations for ArgoCD and Traefik to use 'web' instead of 'websecure'
This commit is contained in:
parent
27aecf6e78
commit
1f7a25dfca
@ -16,7 +16,7 @@ argo-cd:
|
|||||||
parentRefs:
|
parentRefs:
|
||||||
- name: traefik-gateway
|
- name: traefik-gateway
|
||||||
namespace: traefik
|
namespace: traefik
|
||||||
sectionName: websecure
|
sectionName: web
|
||||||
hostnames:
|
hostnames:
|
||||||
- "argocd.noxxos.nl"
|
- "argocd.noxxos.nl"
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@ -60,7 +60,7 @@ traefik:
|
|||||||
spec:
|
spec:
|
||||||
parentRefs:
|
parentRefs:
|
||||||
- name: traefik-gateway
|
- name: traefik-gateway
|
||||||
sectionName: websecure
|
sectionName: web
|
||||||
hostnames:
|
hostnames:
|
||||||
- "traefik.noxxos.nl"
|
- "traefik.noxxos.nl"
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user