We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e57c01 commit 6e9da71Copy full SHA for 6e9da71
apps/homer/components/istio/kustomization.yaml
@@ -3,3 +3,17 @@ apiVersion: kustomize.config.k8s.io/v1alpha1
3
kind: Component
4
resources:
5
- istio-virtualservice.yaml
6
+patches:
7
+ - target:
8
+ kind: NetworkPolicy
9
+ name: homer
10
+ patch: |-
11
+ - op: add
12
+ path: "/spec/ingress/0/from/-"
13
+ value:
14
+ namespaceSelector:
15
+ matchLabels:
16
+ kubernetes.io/metadata.name: "istio-system"
17
+ podSelector:
18
19
+ istio: "ingressgateway"
0 commit comments