temp
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
149bc7965a
commit
17072ec5bc
1 changed files with 19 additions and 19 deletions
|
|
@ -72,22 +72,22 @@ spec:
|
||||||
# OPTIONAL: unrestricted egress (disabled by default)
|
# OPTIONAL: unrestricted egress (disabled by default)
|
||||||
# Enable ONLY when required for troubleshooting or apps
|
# Enable ONLY when required for troubleshooting or apps
|
||||||
# ----------------------------------------------------
|
# ----------------------------------------------------
|
||||||
# apiVersion: cilium.io/v2
|
apiVersion: cilium.io/v2
|
||||||
# kind: CiliumNetworkPolicy
|
kind: CiliumNetworkPolicy
|
||||||
# metadata:
|
metadata:
|
||||||
# name: allow-all-egress
|
name: allow-all-egress
|
||||||
# namespace: forgejo
|
namespace: forgejo
|
||||||
# spec:
|
spec:
|
||||||
# endpointSelector:
|
endpointSelector:
|
||||||
# matchLabels:
|
matchLabels:
|
||||||
# app: forgejo
|
app: forgejo
|
||||||
#
|
|
||||||
# egress:
|
egress:
|
||||||
# - toEntities:
|
- toEntities:
|
||||||
# - world
|
- world
|
||||||
# toPorts:
|
toPorts:
|
||||||
# - ports:
|
- ports:
|
||||||
# - port: "443"
|
- port: "443"
|
||||||
# protocol: TCP
|
protocol: TCP
|
||||||
# - port: "80"
|
- port: "80"
|
||||||
# protocol: TCP
|
protocol: TCP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue