Files
homelab/k8s/apps/web-petting/kustomization.yaml
T
Ultradesu 1faf9aecf9
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 16s
Added petting web site
2026-04-29 17:40:54 +03:00

11 lines
161 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
- deployment.yaml
- service.yaml
- ingress.yaml
- storage.yaml