update
This commit is contained in:
@@ -41,6 +41,11 @@ spec:
|
||||
helm:
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
# Injection des valeurs depuis config.json
|
||||
values: |
|
||||
traefik:
|
||||
dashboard:
|
||||
url: "{{traefik.url}}"
|
||||
destination:
|
||||
# Les variables {{name}} et {{server}} viennent du fichier config.json
|
||||
# (deuxième générateur du merge)
|
||||
|
||||
@@ -4,12 +4,13 @@
|
||||
"repository": "https://git.gkdomaine.fr/kubernetes/argocd.git",
|
||||
"targetRevision": "main",
|
||||
"helmPath": "helm",
|
||||
"domain": ".dev.gkdomaine.local",
|
||||
|
||||
"traefik": {
|
||||
"url": "traefik.dev.gkdomaine.local"
|
||||
"url": "traefik{{domain}}"
|
||||
},
|
||||
|
||||
"homarr": {
|
||||
"url": "homarr.dev.gkdomaine.local"
|
||||
"url": "homarr{{domain}}"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,5 +63,6 @@ traefik:
|
||||
|
||||
# Configuration du dashboard Traefik
|
||||
# Le dashboard est accessible via l'IngressRoute créé dans templates/config.yaml
|
||||
# L'URL est injectée depuis config.json via l'ApplicationSet (section helm.values)
|
||||
dashboard:
|
||||
url: traefik.dev.gkdomaine.local
|
||||
url: "" # Sera remplacé par la variable traefik.url du config.json
|
||||
|
||||
Reference in New Issue
Block a user