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
# TODO: Update these values before deployment
global:
tailscale:
tailnetFQDN: "taildb3494.ts.net" # Your tailnet FQDN
tailnetFQDN: "taildb3494.ts.net"
secrets:
postgres:
password: "eIXuJEnRWuAs8AafqU3CWJ7Y4CgNAFQ" # From existing secret
password: "eIXuJEnRWuAs8AafqU3CWJ7Y4CgNAFQ"
minio:
accessKeyId: "FwGiBwCXKuQdthR1QLa"
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
images:
# Temporarily disable apps until registry is resolved
# TODO: Set up proper container registry or use external registry
web:
repository: gitea-gitea-http.taildb3494.ts.net/will/porthole-web
tag: dev
enabled: false
worker:
repository: gitea-gitea-http.taildb3494.ts.net/will/porthole-worker
tag: dev
enabled: false