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:
|
||||
- name: traefik-gateway
|
||||
namespace: traefik
|
||||
sectionName: websecure
|
||||
sectionName: web
|
||||
hostnames:
|
||||
- "argocd.noxxos.nl"
|
||||
rules:
|
||||
|
||||
@ -60,7 +60,7 @@ traefik:
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: traefik-gateway
|
||||
sectionName: websecure
|
||||
sectionName: web
|
||||
hostnames:
|
||||
- "traefik.noxxos.nl"
|
||||
rules:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user