From 5f90a41009e3d5285ad3412468f3ed54812aac3f Mon Sep 17 00:00:00 2001 From: rasmus Date: Thu, 7 Aug 2025 16:34:47 +0300 Subject: [PATCH] revert DNS move for etherpad --- README.md | 2 +- etherpad/application.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f3d8e6..c161013 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,6 @@ _This page is referenced by wiki [front page](https://wiki.k-space.ee) as **the* - gitea nb! MYSQL_ROOT_PASSWORD seems to be invalid, might be ok to reset it upstream - wiki - nextcloud -- etherpad NB! probably NOT using kspace_etherpad_kube +- etherpad NB! probably NOT using kspace_etherpad_kube NB! does not take DNS likely due to netpol, hardcoded to 172.20.36.1 - grafana - woodpecker diff --git a/etherpad/application.yml b/etherpad/application.yml index 984d01b..e83eeb6 100644 --- a/etherpad/application.yml +++ b/etherpad/application.yml @@ -42,7 +42,7 @@ spec: - name: DB_TYPE value: mysql - name: DB_HOST - value: mariadb.infra.k-space.ee + value: 172.20.36.1 - name: DB_NAME value: kspace_etherpad - name: DB_USER @@ -130,4 +130,4 @@ spec: protocol: TCP to: - ipBlock: - cidr: 172.20.36.1/32 # mariadb.infra.k-space.ee + cidr: 172.20.36.1/32