mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 04:52:40 +00:00
12 lines
174 B
YAML
12 lines
174 B
YAML
|
---
|
||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
metadata:
|
||
|
name: opengist
|
||
|
|
||
|
resources:
|
||
|
- deployment.yaml
|
||
|
- pvc.yaml
|
||
|
- ingress.yaml
|
||
|
- service.yaml
|