Files
notifier/k8s/kustomization.yaml
T
2025-10-16 21:22:51 -07:00

21 lines
321 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: notifier
resources:
- deployment.yaml
- service.yaml
- configmap.yaml
- ingress.yaml
- hpa.yaml
commonLabels:
app: notifier
managed-by: kustomize
images:
- name: notifier
newName: your-registry/notifier
newTag: latest