1
0
Fork 0
mirror of https://github.com/thomiceli/opengist.git synced 2025-01-24 15:00:32 +00:00
opengist/deploy/kustomization.yaml

12 lines
174 B
YAML
Raw Normal View History

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: opengist
resources:
- deployment.yaml
- pvc.yaml
- ingress.yaml
- service.yaml