mariadb: move hardcoded IP to DNS

This commit is contained in:
2025-08-07 16:26:21 +03:00
parent 20704e3a24
commit c32c84f6ed
6 changed files with 7 additions and 7 deletions

View File

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