update config
This commit is contained in:
@@ -4,7 +4,20 @@
|
|||||||
"repository": "https://git.gkdomaine.fr/kubernetes/argocd.git",
|
"repository": "https://git.gkdomaine.fr/kubernetes/argocd.git",
|
||||||
"targetRevision": "main",
|
"targetRevision": "main",
|
||||||
"helmPath": "helm",
|
"helmPath": "helm",
|
||||||
|
|
||||||
|
"harbor": {
|
||||||
|
"repository": "harbor.gkdomaine.local"
|
||||||
|
},
|
||||||
|
|
||||||
"traefik": {
|
"traefik": {
|
||||||
"url": "traefik.gkdomaine.local"
|
"url": "traefik.dev.gkdomaine.local"
|
||||||
|
},
|
||||||
|
|
||||||
|
"metallb": {
|
||||||
|
"ipAddressPool": "10.78.106.240-10.78.106.245"
|
||||||
|
},
|
||||||
|
|
||||||
|
"homarr": {
|
||||||
|
"url": "homarr.dev.gkdomaine.local"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ homarr:
|
|||||||
image:
|
image:
|
||||||
# Le chart homarr n'utilise pas image.registry séparément,
|
# Le chart homarr n'utilise pas image.registry séparément,
|
||||||
# il faut donc mettre le chemin complet dans repository
|
# 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"
|
tag: "v1.50.0"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ homarr:
|
|||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
# Configuration des hôtes
|
# Configuration des hôtes
|
||||||
hosts:
|
hosts:
|
||||||
- host: homarr.gkdomaine.local
|
- host: {{ .Values.homarr.url }}
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
spec:
|
spec:
|
||||||
addresses:
|
addresses:
|
||||||
- 10.78.106.240-10.78.106.245
|
- {{ .Values.metallb.ipAddressPool }}
|
||||||
---
|
---
|
||||||
apiVersion: metallb.io/v1beta1
|
apiVersion: metallb.io/v1beta1
|
||||||
kind: L2Advertisement
|
kind: L2Advertisement
|
||||||
|
|||||||
@@ -4,17 +4,17 @@ metallb:
|
|||||||
controller:
|
controller:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: harbor.gkdomaine.local/images/controller
|
repository: {{ .Values.harbor.repository }}/images/controller
|
||||||
tag: v0.15.3
|
tag: v0.15.3
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
speaker:
|
speaker:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: harbor.gkdomaine.local/images/speaker
|
repository: {{ .Values.harbor.repository }}/images/speaker
|
||||||
tag: v0.15.3
|
tag: v0.15.3
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
frr:
|
frr:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: harbor.gkdomaine.local/images/frr
|
repository: {{ .Values.harbor.repository }}/images/frr
|
||||||
tag: 10.4.1
|
tag: 10.4.1
|
||||||
Reference in New Issue
Block a user