Files
IKT210-kubernetes-cluster/manifests/nginx/overlays/prod/kustomization.yaml
2026-07-26 09:35:26 +02:00

34 lines
489 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- ../../base
namePrefix: prod-
labels:
- pairs:
environment: production
app: nginx-prod
configMapGenerator:
- name: nginx-html
behavior: replace
files:
- index.html
options:
labels:
environment: production
patches:
- path: service-patch.yaml
target:
kind: Service
name: nginx
- path: deployment-patch.yaml
target:
kind: Deployment
name: nginx