2026-08-18 10:00:53 -04:00
|
|
|
# Global cluster configuration
|
|
|
|
|
# Override any of these in terraform.tfvars or by forking the repo.
|
|
|
|
|
# NOTE: repoURL in apps/apps.yaml and manifests/*.yaml must be updated manually —
|
|
|
|
|
# ArgoCD Application spec fields cannot be templated via Helm values.
|
|
|
|
|
|
|
|
|
|
clusterName: dumpnet
|
|
|
|
|
domain: dumpnet.chat
|
2026-09-14 13:37:00 -04:00
|
|
|
publicIp: "32.195.88.32"
|
2026-08-18 10:00:53 -04:00
|
|
|
repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
|
|
|
|
|
certEmail: dumpnetcerts@keane.sh
|
|
|
|
|
awsRegion: us-east-1
|
2026-08-22 17:56:03 -04:00
|
|
|
registry:
|
|
|
|
|
host: forge.keane.sh
|
|
|
|
|
user: ian
|