improve overlays to visually differentiate between environments
Signed-off-by: Kent <kent.rancourt@gmail.com>
This commit is contained in:
10
env/test/kustomization.yaml
vendored
10
env/test/kustomization.yaml
vendored
@@ -3,3 +3,13 @@ kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
- configmap.yaml
|
||||
|
||||
patches:
|
||||
- target:
|
||||
kind: Service
|
||||
name: kargo-demo
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/ports/0/nodePort
|
||||
value: 30081
|
||||
|
||||
Reference in New Issue
Block a user