Restructure and variablize config

This commit is contained in:
Ian Keane 2026-08-18 10:00:53 -04:00
parent 419bb286d4
commit c6eed359e1
14 changed files with 122 additions and 28 deletions

10
values.yaml Normal file
View file

@ -0,0 +1,10 @@
# 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
repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
certEmail: dumpnetcerts@keane.sh
awsRegion: us-east-1