update config
This commit is contained in:
@@ -6,7 +6,7 @@ homarr:
|
||||
image:
|
||||
# Le chart homarr n'utilise pas image.registry séparément,
|
||||
# il faut donc mettre le chemin complet dans repository
|
||||
repository: harbor.gkdomaine.local/images/homarr
|
||||
repository: {{ .Values.harbor.repository }}/images/homarr
|
||||
tag: "v1.50.0"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -16,7 +16,7 @@ homarr:
|
||||
ingressClassName: traefik
|
||||
# Configuration des hôtes
|
||||
hosts:
|
||||
- host: homarr.gkdomaine.local
|
||||
- host: {{ .Values.homarr.url }}
|
||||
paths:
|
||||
- path: /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user