16 lines
360 B
YAML
16 lines
360 B
YAML
# services/health/kustomization.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: health
|
|
resources:
|
|
- namespace.yaml
|
|
- serviceaccount.yaml
|
|
- portal-rbac.yaml
|
|
- wger-media-pvc.yaml
|
|
- wger-static-pvc.yaml
|
|
- wger-deployment.yaml
|
|
- wger-service.yaml
|
|
- wger-ingress.yaml
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|