deploy: add cluster-specific values for ArgoCD

This commit is contained in:
OpenCode Test
2025-12-24 12:56:52 -08:00
parent 3cbbe2c1d1
commit 7e1746d1fb

View File

@@ -0,0 +1,21 @@
# Cluster-specific values for porthole deployment
# TODO: Update these values before deployment
global:
tailscale:
tailnetFQDN: "taildb3494.ts.net" # Your tailnet FQDN
secrets:
postgres:
password: "eIXuJEnRWuAs8AafqU3CWJ7Y4CgNAFQ" # From existing secret
minio:
accessKeyId: "FwGiBwCXKuQdthR1QLa"
secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX"
images:
web:
repository: gitea-gitea-http.taildb3494.ts.net/will/porthole-web
tag: dev
worker:
repository: gitea-gitea-http.taildb3494.ts.net/will/porthole-worker
tag: dev