update config
This commit is contained in:
@@ -4,7 +4,20 @@
|
||||
"repository": "https://git.gkdomaine.fr/kubernetes/argocd.git",
|
||||
"targetRevision": "main",
|
||||
"helmPath": "helm",
|
||||
|
||||
"harbor": {
|
||||
"repository": "harbor.gkdomaine.local"
|
||||
},
|
||||
|
||||
"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:
|
||||
# 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: /
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ metadata:
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
addresses:
|
||||
- 10.78.106.240-10.78.106.245
|
||||
- {{ .Values.metallb.ipAddressPool }}
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
|
||||
@@ -4,17 +4,17 @@ metallb:
|
||||
controller:
|
||||
enabled: true
|
||||
image:
|
||||
repository: harbor.gkdomaine.local/images/controller
|
||||
repository: {{ .Values.harbor.repository }}/images/controller
|
||||
tag: v0.15.3
|
||||
pullPolicy: IfNotPresent
|
||||
speaker:
|
||||
enabled: true
|
||||
image:
|
||||
repository: harbor.gkdomaine.local/images/speaker
|
||||
repository: {{ .Values.harbor.repository }}/images/speaker
|
||||
tag: v0.15.3
|
||||
pullPolicy: IfNotPresent
|
||||
frr:
|
||||
enabled: true
|
||||
image:
|
||||
repository: harbor.gkdomaine.local/images/frr
|
||||
repository: {{ .Values.harbor.repository }}/images/frr
|
||||
tag: 10.4.1
|
||||
Reference in New Issue
Block a user