File tree Expand file tree Collapse file tree 1 file changed +0
-59
lines changed Expand file tree Collapse file tree 1 file changed +0
-59
lines changed Original file line number Diff line number Diff line change @@ -13,65 +13,6 @@ metadata:
1313 pod-security.kubernetes.io/warn-version : latest
1414 name : flux-system
1515---
16- apiVersion : networking.k8s.io/v1
17- kind : NetworkPolicy
18- metadata :
19- labels :
20- app.kubernetes.io/instance : flux-system
21- app.kubernetes.io/part-of : flux
22- app.kubernetes.io/version : v2.2.2
23- name : allow-egress
24- namespace : flux-system
25- spec :
26- egress :
27- - {}
28- ingress :
29- - from :
30- - podSelector : {}
31- podSelector : {}
32- policyTypes :
33- - Ingress
34- - Egress
35- ---
36- apiVersion : networking.k8s.io/v1
37- kind : NetworkPolicy
38- metadata :
39- labels :
40- app.kubernetes.io/instance : flux-system
41- app.kubernetes.io/part-of : flux
42- app.kubernetes.io/version : v2.2.2
43- name : allow-scraping
44- namespace : flux-system
45- spec :
46- ingress :
47- - from :
48- - namespaceSelector : {}
49- ports :
50- - port : 8080
51- protocol : TCP
52- podSelector : {}
53- policyTypes :
54- - Ingress
55- ---
56- apiVersion : networking.k8s.io/v1
57- kind : NetworkPolicy
58- metadata :
59- labels :
60- app.kubernetes.io/instance : flux-system
61- app.kubernetes.io/part-of : flux
62- app.kubernetes.io/version : v2.2.2
63- name : allow-webhooks
64- namespace : flux-system
65- spec :
66- ingress :
67- - from :
68- - namespaceSelector : {}
69- podSelector :
70- matchLabels :
71- app : notification-controller
72- policyTypes :
73- - Ingress
74- ---
7516apiVersion : v1
7617kind : ResourceQuota
7718metadata :
You can’t perform that action at this time.
0 commit comments