Feat(hedgedoc): add hedgedoc
All checks were successful
Lint yaml / build-package (push) Successful in 3s
All checks were successful
Lint yaml / build-package (push) Successful in 3s
This commit is contained in:
22
hedgedoc/kustomization.yaml
Normal file
22
hedgedoc/kustomization.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: hedgedoc
|
||||
labels:
|
||||
- pairs:
|
||||
app: hedgedoc
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- deploy.yaml
|
||||
- service.yaml
|
||||
- ingress.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: hedgedoc
|
||||
files:
|
||||
- config.json
|
||||
- rootca.pem
|
||||
Reference in New Issue
Block a user