diff --git a/argocd/apps/wordpress/wordpress.yaml b/argocd/apps/wordpress/wordpress.yaml index ebf7226..e081542 100644 --- a/argocd/apps/wordpress/wordpress.yaml +++ b/argocd/apps/wordpress/wordpress.yaml @@ -1,35 +1,35 @@ -#apiVersion: argoproj.io/v1alpha1 -#kind: Application -#metadata: -# name: wordpress -# finalizers: -# - resources-finalizer.argocd.argoproj.io -#spec: -# project: default -# source: -# repoURL: 'https://charts.bitnami.com/bitnami' -## targetRevision: 23.*.* -# targetRevision: 19.*.* -## chart: wordpress -# chart: mariadb -# helm: -# values: | -# auth.rootPassword: 'root0' -## parameters: -## - name: ingress.hostname -## value: 'www.innovation-hub-niedersachsen.de' -## - name: ingress.annotations.traefik\.ingress\.kubernetes\.io\/router\.entrypoints -## value: 'web' -## - name: fullnameOverride -## value: 'localhost' -## - name: mariadb.auth.rootPassword -## value: 'root0' -# destination: -# namespace: wordpress -# server: 'https://kubernetes.default.svc' -# syncPolicy: -# automated: -# prune: true -# selfHeal: true -# syncOptions: -# - CreateNamespace=true \ No newline at end of file +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: wordpress + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: 'https://charts.bitnami.com/bitnami' +# targetRevision: 23.*.* + targetRevision: 19.*.* +# chart: wordpress + chart: mariadb + helm: + values: | + auth.rootPassword: 'root0' +# parameters: +# - name: ingress.hostname +# value: 'www.innovation-hub-niedersachsen.de' +# - name: ingress.annotations.traefik\.ingress\.kubernetes\.io\/router\.entrypoints +# value: 'web' +# - name: fullnameOverride +# value: 'localhost' +# - name: mariadb.auth.rootPassword +# value: 'root0' + destination: + namespace: wordpress + server: 'https://kubernetes.default.svc' + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file