mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 22:39:53 +00:00
fix(headscale): allow cloudflared ingress
This commit is contained in:
@@ -27,6 +27,22 @@ spec:
|
||||
protocol: TCP
|
||||
- port: "9090"
|
||||
protocol: UDP
|
||||
# Cloudflare tunnel
|
||||
- fromEndpoints:
|
||||
- matchLabels:
|
||||
io.kubernetes.pod.namespace: cloudflare
|
||||
app.kubernetes.io/instance: cloudflared
|
||||
app.kubernetes.io/name: cloudflared
|
||||
toPorts:
|
||||
- ports:
|
||||
- port: "8080"
|
||||
protocol: TCP
|
||||
- port: "8080"
|
||||
protocol: UDP
|
||||
- port: "9090"
|
||||
protocol: TCP
|
||||
- port: "9090"
|
||||
protocol: UDP
|
||||
# allow ingress
|
||||
- fromEntities:
|
||||
- world
|
||||
|
||||
Reference in New Issue
Block a user