added volumes
This commit is contained in:
parent
59d99deab5
commit
bfb2e45877
@ -68,13 +68,13 @@ spec:
|
|||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
resources:
|
resources:
|
||||||
{{ toYaml .resources | indent 12 }}
|
{{ toYaml .resources | indent 12 }}
|
||||||
{{- if .persistence.enabled -}}
|
|
||||||
volumes:
|
|
||||||
- name: molgenis-nfs
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: {{ .persistence.name }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if .persistence.enabled }}
|
||||||
|
volumes:
|
||||||
|
- name: molgenis-nfs
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: {{ .persistence.name }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
- name: elasticsearch
|
- name: elasticsearch
|
||||||
{{- with .Values.elasticsearch }}
|
{{- with .Values.elasticsearch }}
|
||||||
|
Loading…
Reference in New Issue
Block a user