kubernaut/kustomize/app/kustomization.yaml
Ryan Cavicchioni 61c3acf9b2
All checks were successful
Gitea Actions Demo / lint (push) Successful in 25s
Gitea Actions Demo / test (push) Successful in 13s
Gitea Actions Demo / release-image (push) Successful in 1m56s
add HPA to Kubernetes deployment
2025-03-10 23:50:17 -05:00

11 lines
186 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kubernaut
resources:
- secret.yaml
- configmap.yaml
- deployment.yaml
- hpa.yaml
- services.yaml