From d82760f803784881991458735a78027528e4843c Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Fri, 1 Nov 2024 10:33:55 +0100 Subject: [PATCH] root passwort --- argocd/apps/wordpress/wordpress.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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