22 lines
409 B
YAML
22 lines
409 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
# 1. Point to the base manifests
|
|
resources:
|
|
- ../../base
|
|
|
|
# 2. Apply the production-specific changes
|
|
patches:
|
|
- path: deployment.yaml
|
|
target:
|
|
kind: Deployment
|
|
name: election
|
|
|
|
# 4. Change the namespace for this overlay
|
|
namespace: vhsmp
|
|
|
|
#images:
|
|
#- name: election
|
|
# newName: reg.milasholsting.dk/vhsmp/election
|
|
# newTag: sha-15f1270
|