Files
homelab/k8s/apps/mtproxy/kustomization.yaml
AB 3a88233167
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 5s
Auto-update README / Generate README and Create MR (push) Successful in 6s
Added MTproxy
2026-02-11 12:12:39 +02:00

9 lines
151 B
YAML

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