commit 34b245a0ce9695f52df672f82dc6ec9f7314c626 parent e0e4a92b3c474334cb0a2e4165f7eda4c1dd1191 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Fri, 17 Apr 2026 19:28:22 +0200 deploy route Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/mediawiki/kustomization.yaml | | | 3 | +-- |
| M | apps/talos_cluster/mediawiki/mariadb.yaml | | | 2 | +- |
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/apps/talos_cluster/mediawiki/kustomization.yaml b/apps/talos_cluster/mediawiki/kustomization.yaml @@ -8,5 +8,4 @@ resources: - pvc.yaml - mariadb.yaml - deployment.yaml - # route.yaml is intentionally omitted until after initial setup - # Add it back once the wiki is installed and verified via port-forward + - route.yaml diff --git a/apps/talos_cluster/mediawiki/mariadb.yaml b/apps/talos_cluster/mediawiki/mariadb.yaml @@ -68,7 +68,7 @@ spec: secretKeyRef: name: mediawiki-cred key: db-name - - name: MYSQL_ROOT_HOST + - name: MARIADB_ROOT_HOST value: "%" volumeMounts: - name: mariadb-data