Skip to content

Commit 07d121e

Browse files
patch virtualservice
1 parent 94809ce commit 07d121e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

clusters/argo-svc.dd.soeren.cloud/apps/homer/kustomization.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ configMapGenerator:
1111
- name: homer-config
1212
files:
1313
- config.yml
14+
patches:
15+
- target:
16+
kind: "VirtualService"
17+
name: "homer"
18+
patch: |-
19+
- op: "replace"
20+
path: "/spec/hosts"
21+
value:
22+
- "homer.svc.dd.soeren.cloud"

0 commit comments

Comments
 (0)