2026-09-10 01:35:59 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
resources:
|
|
|
|
|
- namespace.yaml
|
|
|
|
|
- db.yaml
|
|
|
|
|
- deployment.yaml
|
|
|
|
|
- service.yaml
|
|
|
|
|
- ingress.yaml
|
2026-09-16 06:56:10 +09:00
|
|
|
- igotify-pvc.yaml
|
|
|
|
|
- igotify-deployment.yaml
|
|
|
|
|
- igotify-service.yaml
|
|
|
|
|
- igotify-ingress.yaml
|