diff --git a/monitoring/blackbox-exporter.yaml b/monitoring/blackbox-exporter.yaml index c4e2805..30c70d6 100644 --- a/monitoring/blackbox-exporter.yaml +++ b/monitoring/blackbox-exporter.yaml @@ -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 diff --git a/wiki/application.yml b/wiki/application.yml index 0efd86b..736e6d9 100644 --- a/wiki/application.yml +++ b/wiki/application.yml @@ -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 diff --git a/woodpecker/woodpecker-db.env.example b/woodpecker/woodpecker-db.env.example deleted file mode 100644 index 6dd426a..0000000 --- a/woodpecker/woodpecker-db.env.example +++ /dev/null @@ -1,2 +0,0 @@ -# Don't be a dummy by commiting renders with secrets -WOODPECKER_DATABASE_DATASOURCE=kspace_woodpecker:@tcp(mariadb.infra.k-space.ee:3306)/kspace_woodpecker?parseTime=true