This commit is contained in:
2025-12-28 22:35:13 +02:00
parent 813ee0b629
commit a303146c5d
3 changed files with 1 additions and 4 deletions

View File

@@ -50,7 +50,6 @@ spec:
staticConfig:
static:
- mail.k-space.ee:465
- mariadb.infra.k-space.ee:3306
---
apiVersion: monitoring.coreos.com/v1
kind: Probe

View File

@@ -59,7 +59,7 @@ spec:
command:
- /bin/bash
- -c
- mysql -u kspace_wiki kspace_wiki -h mariadb.infra.k-space.ee -p${MYSQL_PWD} < /tmp/update.sql
- mysql -u wiki wiki -h mariadb -p${MYSQL_PWD} < /tmp/update.sql
---
apiVersion: apps/v1
kind: StatefulSet

View File

@@ -1,2 +0,0 @@
# Don't be a dummy by commiting renders with secrets
WOODPECKER_DATABASE_DATASOURCE=kspace_woodpecker:<SECRET>@tcp(mariadb.infra.k-space.ee:3306)/kspace_woodpecker?parseTime=true