From 46a86389f9f02f9eb4ca2686e8c178b860493cf8 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 18 Apr 2024 22:04:01 +0800 Subject: [PATCH] fix(rook-ceph): use pod network for RGW --- kube/deploy/core/storage/rook-ceph/cluster/app/hr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kube/deploy/core/storage/rook-ceph/cluster/app/hr.yaml b/kube/deploy/core/storage/rook-ceph/cluster/app/hr.yaml index 74302c8b..5bd75e91 100644 --- a/kube/deploy/core/storage/rook-ceph/cluster/app/hr.yaml +++ b/kube/deploy/core/storage/rook-ceph/cluster/app/hr.yaml @@ -324,6 +324,7 @@ spec: tailscale.com/expose: "true" instances: 2 port: 6953 + hostNetwork: false # securePort: 443 # TODO: switch from Tailscale to L2 + externalIP... maybe? # sslCertificateRef: "rgw-biohazard-tls" priorityClassName: "system-cluster-critical"