You've already forked athens-proxy-charts
Compare commits
1 Commits
3f7476afc6
...
master
Author | SHA1 | Date | |
---|---|---|---|
51facd6e1c
|
@@ -188,6 +188,9 @@ networkPolicies:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
- port: 53
|
- port: 53
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
- ports:
|
||||||
|
- port: 22
|
||||||
|
protocol: TCP
|
||||||
- ports:
|
- ports:
|
||||||
- port: 443
|
- port: 443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
@@ -590,6 +590,12 @@ networkPolicy:
|
|||||||
# - Egress
|
# - Egress
|
||||||
# - Ingress
|
# - Ingress
|
||||||
egress: []
|
egress: []
|
||||||
|
# Allow outgoing SSH traffic to Source Code Control System's (SCCS') like GitHub or GitLab.
|
||||||
|
#
|
||||||
|
# - ports:
|
||||||
|
# - port: 22
|
||||||
|
# protocol: TCP
|
||||||
|
|
||||||
# Allow outgoing HTTPS traffic to external go module servers
|
# Allow outgoing HTTPS traffic to external go module servers
|
||||||
#
|
#
|
||||||
# - ports:
|
# - ports:
|
||||||
|
Reference in New Issue
Block a user