Adds etherpad app.

This commit is contained in:
2026-06-19 21:32:58 +00:00
parent aee2e93803
commit a25366daf7
10 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: etherpad
labels:
- includeSelectors: true
pairs:
app: etherpad
managedBy: kustomize
partOf: wild-cloud
resources:
- namespace.yaml
- db-init-job.yaml
- deployment.yaml
- service.yaml
- ingress.yaml
- pvc.yaml