@@ -4,6 +4,7 @@ metadata:
|
|||||||
name: cilium
|
name: cilium
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
spec:
|
spec:
|
||||||
|
suspend: true
|
||||||
interval: 1h
|
interval: 1h
|
||||||
path: ./kubernetes/infrastructure/cilium/app
|
path: ./kubernetes/infrastructure/cilium/app
|
||||||
prune: true
|
prune: true
|
||||||
@@ -18,6 +19,7 @@ metadata:
|
|||||||
name: cilium-networkpolicies
|
name: cilium-networkpolicies
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
spec:
|
spec:
|
||||||
|
suspend: true
|
||||||
interval: 1h
|
interval: 1h
|
||||||
path: ./kubernetes/infrastructure/cilium/networkpolicies
|
path: ./kubernetes/infrastructure/cilium/networkpolicies
|
||||||
prune: true
|
prune: true
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ spec:
|
|||||||
io.kubernetes.pod.namespace: ingress-nginx
|
io.kubernetes.pod.namespace: ingress-nginx
|
||||||
app.kubernetes.io/name: ingress-nginx
|
app.kubernetes.io/name: ingress-nginx
|
||||||
app.kubernetes.io/component: controller
|
app.kubernetes.io/component: controller
|
||||||
|
dependsOn:
|
||||||
|
- name: ingress-nginx
|
||||||
|
namespace: ingress-nginx
|
||||||
---
|
---
|
||||||
apiVersion: cilium.io/v2
|
apiVersion: cilium.io/v2
|
||||||
kind: CiliumNetworkPolicy
|
kind: CiliumNetworkPolicy
|
||||||
@@ -31,6 +34,9 @@ spec:
|
|||||||
matchExpressions:
|
matchExpressions:
|
||||||
- key: io.kubernetes.pod.namespace
|
- key: io.kubernetes.pod.namespace
|
||||||
operator: Exists
|
operator: Exists
|
||||||
|
dependsOn:
|
||||||
|
- name: ingress-nginx
|
||||||
|
namespace: ingress-nginx
|
||||||
---
|
---
|
||||||
apiVersion: cilium.io/v2
|
apiVersion: cilium.io/v2
|
||||||
kind: CiliumClusterwideNetworkPolicy
|
kind: CiliumClusterwideNetworkPolicy
|
||||||
@@ -47,6 +53,9 @@ spec:
|
|||||||
io.kubernetes.pod.namespace: ingress-nginx
|
io.kubernetes.pod.namespace: ingress-nginx
|
||||||
app.kubernetes.io/name: ingress-nginx
|
app.kubernetes.io/name: ingress-nginx
|
||||||
app.kubernetes.io/component: controller
|
app.kubernetes.io/component: controller
|
||||||
|
dependsOn:
|
||||||
|
- name: ingress-nginx
|
||||||
|
namespace: ingress-nginx
|
||||||
---
|
---
|
||||||
apiVersion: cilium.io/v2
|
apiVersion: cilium.io/v2
|
||||||
kind: CiliumNetworkPolicy
|
kind: CiliumNetworkPolicy
|
||||||
@@ -65,3 +74,6 @@ spec:
|
|||||||
matchExpressions:
|
matchExpressions:
|
||||||
- key: io.kubernetes.pod.namespace
|
- key: io.kubernetes.pod.namespace
|
||||||
operator: Exists
|
operator: Exists
|
||||||
|
dependsOn:
|
||||||
|
- name: ingress-nginx
|
||||||
|
namespace: ingress-nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user