added bootstrap prefix
parent
3f007445c3
commit
cfc3c7ecdd
@ -1,20 +1,23 @@
|
||||
|
||||
# Global
|
||||
## Set this to create nginx for argocd and other services
|
||||
argo_namespace: argo-cd
|
||||
stage: prodwork01
|
||||
domain: smardigo.digital
|
||||
bootstrap:
|
||||
argo_namespace: argo-cd
|
||||
stage: prodwork01
|
||||
domain: smardigo.digital
|
||||
|
||||
gitea_instance: prodnso-gitea-01
|
||||
gitea_repo_path: "argocd/prodwork01-argocd"
|
||||
gitea_instance: prodnso-gitea-01
|
||||
gitea_repo_path: "argocd/prodwork01-argocd"
|
||||
|
||||
ingress_ip_whitelist:
|
||||
ingress_ip_whitelist:
|
||||
- "212.121.131.106/32" # netgo berlin
|
||||
- "149.233.6.129/32" # netgo e-shelter
|
||||
- "46.245.219.98/32" # netgo borken
|
||||
- "87.150.33.14/32" # sven
|
||||
|
||||
# Application specific
|
||||
cert-manager:
|
||||
# Application specific
|
||||
cert-manager:
|
||||
enable: false
|
||||
|
||||
cloud_provider: hetzner
|
||||
cloud_provider: hetzner
|
||||
|
||||
|
||||
Loading…
Reference in New Issue