Cleanup
This commit is contained in:
@@ -50,7 +50,6 @@ spec:
|
|||||||
staticConfig:
|
staticConfig:
|
||||||
static:
|
static:
|
||||||
- mail.k-space.ee:465
|
- mail.k-space.ee:465
|
||||||
- mariadb.infra.k-space.ee:3306
|
|
||||||
---
|
---
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: Probe
|
kind: Probe
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- -c
|
- -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
|
apiVersion: apps/v1
|
||||||
kind: StatefulSet
|
kind: StatefulSet
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user