Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2026-06-26 22:20:55 -04:00
parent 149bc7965a
commit 17072ec5bc
Signed by: gwg313
GPG key ID: 60FF63B4826B7400

View file

@ -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