From c2df1fd98488da92abd02955a2b321c09445daf9 Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Fri, 1 Nov 2024 08:45:37 +0100 Subject: [PATCH] entrypoints auf web --- argocd/apps/wordpress/wordpress.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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: