diff --git a/argocd/apps/wordpress/wordpress.yaml b/argocd/apps/wordpress/wordpress.yaml index 8465652..7eb75ab 100644 --- a/argocd/apps/wordpress/wordpress.yaml +++ b/argocd/apps/wordpress/wordpress.yaml @@ -10,6 +10,10 @@ spec: source: repoURL: 'https://charts.bitnami.com/bitnami' targetRevision: 23.*.* + helm: + parameters: + - name: ingress.annotations.traefik\.ingress\.kubernetes\.io\/router\.entrypoints + value: 'web' chart: wordpress project: default syncPolicy: