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

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