Files
applications/hedgedoc/kustomization.yaml
ytshih ea89d2ea88
All checks were successful
Lint yaml / build-package (push) Successful in 3s
Fix(hedgedoc): use statefulset and iscsi
2024-12-05 11:42:56 +00:00

23 lines
352 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: hedgedoc
labels:
- pairs:
app: hedgedoc
generatorOptions:
disableNameSuffixHash: true
resources:
- namespace.yaml
- statefulset.yaml
- service.yaml
- ingress.yaml
configMapGenerator:
- name: hedgedoc
files:
- config.json
- rootca.pem