apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization metadata: name: agent-monitor-production namespace: agent-monitor resources: - ../../base patches: - path: patches/deployment-patch.yaml - path: patches/hpa-patch.yaml images: - name: ${IMAGE_REGISTRY}/agent-monitor newName: agent-monitor newTag: latest configMapGenerator: - name: agent-monitor-config behavior: merge literals: - NODE_ENV=production - LOG_LEVEL=warn