deploy: add cluster-specific values for ArgoCD
This commit is contained in:
21
argocd/values-porthole.yaml
Normal file
21
argocd/values-porthole.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user