File tree 1 file changed +0
-59
lines changed 1 file changed +0
-59
lines changed Original file line number Diff line number Diff line change @@ -13,65 +13,6 @@ metadata:
13
13
pod-security.kubernetes.io/warn-version : latest
14
14
name : flux-system
15
15
---
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.1.1
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.1.1
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.1.1
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
- ---
75
16
apiVersion : v1
76
17
kind : ResourceQuota
77
18
metadata :
You can’t perform that action at this time.
0 commit comments