update
This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
addresses:
|
||||
- {{ .Values.metallb.ipAddressPool }}
|
||||
- {{ .Values.ipAddressPool | quote }}
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
|
||||
@@ -1,20 +1,24 @@
|
||||
# Toutes les configurations destinées au chart Nextcloud
|
||||
# doivent être indentées sous la clé 'nextcloud'
|
||||
# Configuration pour le chart wrapper MetalLB
|
||||
# Les valeurs doivent être sous la clé 'metallb' pour être passées au chart dépendant
|
||||
metallb:
|
||||
controller:
|
||||
enabled: true
|
||||
image:
|
||||
repository: "{{ .Values.harbor.repository }}/images/controller"
|
||||
repository: harbor.gkdomaine.local/images/controller
|
||||
tag: v0.15.3
|
||||
pullPolicy: IfNotPresent
|
||||
speaker:
|
||||
enabled: true
|
||||
image:
|
||||
repository: "{{ .Values.harbor.repository }}/images/speaker"
|
||||
repository: harbor.gkdomaine.local/images/speaker
|
||||
tag: v0.15.3
|
||||
pullPolicy: IfNotPresent
|
||||
frr:
|
||||
enabled: true
|
||||
image:
|
||||
repository: "{{ .Values.harbor.repository }}/images/frr"
|
||||
tag: 10.4.1
|
||||
repository: harbor.gkdomaine.local/images/frr
|
||||
tag: 10.4.1
|
||||
|
||||
# Configuration spécifique au wrapper (non passée au chart metallb)
|
||||
# Pool d'adresses IP pour MetalLB
|
||||
ipAddressPool: "10.78.106.240-10.78.106.245"
|
||||
Reference in New Issue
Block a user