16 lines
606 B
YAML
16 lines
606 B
YAML
# 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.
|
|
# (registry.host below is the container image registry, a separate
|
|
# concern from repoURL / the git hosting itself.)
|
|
|
|
clusterName: dumpnet
|
|
domain: dumpnet.chat
|
|
publicIp: "32.195.88.32"
|
|
repoURL: https://git.keane.sh/ian/dumpnet-argo.git
|
|
certEmail: dumpnetcerts@keane.sh
|
|
awsRegion: us-east-1
|
|
registry:
|
|
host: forge.keane.sh
|
|
user: ian
|