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

@@ -42,7 +42,7 @@ spec:
- name: DB_TYPE
value: mysql
- name: DB_HOST
value: 172.20.36.1
value: mariadb.infra.k-space.ee
- name: DB_NAME
value: kspace_etherpad
- name: DB_USER
@@ -130,4 +130,4 @@ spec:
protocol: TCP
to:
- ipBlock:
cidr: 172.20.36.1/32
cidr: 172.20.36.1/32 # mariadb.infra.k-space.ee