add metallb
This commit is contained in:
parent
907d4ae12c
commit
0c9e154c3c
31
argo1/templates/metallb.yaml
Normal file
31
argo1/templates/metallb.yaml
Normal file
|
@ -0,0 +1,31 @@
|
|||
# {{ if (index .Values "metallb").enabled }}
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-metallb
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: "{{ .Values.bootstrap.source.repoURL }}"
|
||||
targetRevision: "{{ .Values.bootstrap.source.targetRevision }}"
|
||||
path: {{ (index .Values "metallb").path | default "metallb" | quote }}
|
||||
destination:
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: {{ (index .Values "metallb").namespace | default "metallb-system" | quote }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
retry:
|
||||
limit: 10
|
||||
backoff:
|
||||
duration: 5s
|
||||
factor: 2
|
||||
maxDuration: 3m0s
|
||||
# {{- end }}
|
|
@ -41,6 +41,7 @@ openebs:
|
|||
# values.yaml for openebs here
|
||||
|
||||
external-secrets: {enabled: true}
|
||||
metallb: {enabled: true}
|
||||
pgo: {enabled: true}
|
||||
secrets: {enabled: true}
|
||||
sealed-secrets: {enabled: true}
|
||||
|
|
1881
metallb/metallb-native.yaml
Normal file
1881
metallb/metallb-native.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user