etherpad to kustomize

This commit is contained in:
2026-01-05 01:06:01 +02:00
parent 00dced3730
commit db0464c1b0
4 changed files with 9 additions and 16 deletions

View File

@@ -1,16 +0,0 @@
# Etherpad namespace
# For users
Etherpad is a simple publicly available application for taking notes
running at [pad.k-space.ee](https://pad.k-space.ee/)
# For administrators
This application is managed by [ArgoCD](https://argocd.k-space.ee/applications/argocd/etherpad)
In case ArgoCD is broken you can manually deploy changes with:
```
kubectl apply -n etherpad -f application.yml
```

View File

@@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: etherpad
resources:
- ./application.yaml
- ./mariadb.yaml
- ssh://git@git.k-space.ee/secretspace/kube/etherpad