diff --git a/argocd/apps/wordpress/wordpress.yaml b/argocd/apps/wordpress/wordpress.yaml index 01f94cd..2041356 100644 --- a/argocd/apps/wordpress/wordpress.yaml +++ b/argocd/apps/wordpress/wordpress.yaml @@ -16,6 +16,8 @@ spec: value: 'www.innovation-hub-niedersachsen.de' - name: ingress.annotations.traefik\.ingress\.kubernetes\.io\/router\.entrypoints value: 'web' + - name: mariadb.auth.rootPassword + value: 'root0' destination: namespace: wordpress server: 'https://kubernetes.default.svc' @@ -24,13 +26,4 @@ spec: prune: true selfHeal: true syncOptions: - - CreateNamespace=true - values: | - wordpressUsername: admin - wordpressPassword: 'InnoHubADMIN_2024!' - wordpressEmail: 'inno-netz@zpd.polizei.niedersachsen.de' - wordpressFirstName: Innovation - wordpressLastName: Hub - mariadb.auth.rootPassword=Inno-root_DB - service: - type: ClusterIP \ No newline at end of file + - CreateNamespace=true \ No newline at end of file