From 2a5e8b5e41431320b472747b03bf2423e47f39f4 Mon Sep 17 00:00:00 2001 From: OpenCode Test Date: Wed, 24 Dec 2025 13:08:46 -0800 Subject: [PATCH] deploy: add cluster values in helm directory --- helm/porthole/values-cluster.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 helm/porthole/values-cluster.yaml diff --git a/helm/porthole/values-cluster.yaml b/helm/porthole/values-cluster.yaml new file mode 100644 index 0000000..b1eb4e2 --- /dev/null +++ b/helm/porthole/values-cluster.yaml @@ -0,0 +1,19 @@ +# Cluster-specific values for porthole deployment + +global: + tailscale: + tailnetFQDN: "taildb3494.ts.net" + +secrets: + postgres: + password: "eIXuJEnRWuAs8AafqU3CWJ7Y4CgNAFQ" + minio: + accessKeyId: "FwGiBwCXKuQdthR1QLa" + secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX" + +# Temporarily disable apps until registry is resolved +# TODO: Set up proper container registry or use external registry +web: + enabled: false +worker: + enabled: false