1
0
forked from k-space/kube

Clean up Etherpad

This commit is contained in:
2023-07-29 09:19:42 +03:00
parent 5259a7df04
commit 6a9254da33
3 changed files with 1 additions and 114 deletions

View File

@@ -1,12 +1,5 @@
To apply changes:
```
kubectl apply -n etherpad -f application.yml -f networkpolicy-base.yml
kubectl apply -n etherpad -f application.yml
```
Initialize MySQL secrets:
```
kubectl create secret generic -n etherpad mariadb-secrets \
--from-literal=MYSQL_ROOT_PASSWORD=$(cat /dev/urandom | base64 | head -c 30) \
--from-literal=MYSQL_PASSWORD=$(cat /dev/urandom | base64 | head -c 30)