deploy: temporarily disable apps pending registry config

This commit is contained in:
OpenCode Test
2025-12-24 13:02:43 -08:00
parent 7e1746d1fb
commit 9bc0ea4fe8

View File

@@ -1,21 +1,19 @@
# Cluster-specific values for porthole deployment # Cluster-specific values for porthole deployment
# TODO: Update these values before deployment
global: global:
tailscale: tailscale:
tailnetFQDN: "taildb3494.ts.net" # Your tailnet FQDN tailnetFQDN: "taildb3494.ts.net"
secrets: secrets:
postgres: postgres:
password: "eIXuJEnRWuAs8AafqU3CWJ7Y4CgNAFQ" # From existing secret password: "eIXuJEnRWuAs8AafqU3CWJ7Y4CgNAFQ"
minio: minio:
accessKeyId: "FwGiBwCXKuQdthR1QLa" accessKeyId: "FwGiBwCXKuQdthR1QLa"
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX" secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
images: # Temporarily disable apps until registry is resolved
web: # TODO: Set up proper container registry or use external registry
repository: gitea-gitea-http.taildb3494.ts.net/will/porthole-web web:
tag: dev enabled: false
worker: worker:
repository: gitea-gitea-http.taildb3494.ts.net/will/porthole-worker enabled: false
tag: dev