Skip to content

Commit 8d5145b

Browse files
patch virtualservice
1 parent 643956b commit 8d5145b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

clusters/svc.dd.soeren.cloud/container-registry/kustomization.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ resources:
77
- namespace.yaml
88
components:
99
- ../../../apps/container-registry/components/istio
10+
patches:
11+
- target:
12+
kind: VirtualService
13+
name: container-registry
14+
patch: |-
15+
- op: replace
16+
path: "/spec/hosts"
17+
value:
18+
- "cr.svc.dd.soeren.cloud"

0 commit comments

Comments
 (0)