1
0

updated volume claims

This commit is contained in:
sido
2018-09-10 17:37:50 +02:00
parent 14b27fc043
commit d9053b656c
3 changed files with 26 additions and 1 deletions

View File

@@ -49,6 +49,10 @@ spec:
value: {{ .javaOpts }}
ports:
- containerPort: 8080
volumeMounts:
- name: molgenis-nfs
mountPath: "/home/molgenis"
restartPolicy: "Never"
livenessProbe:
httpGet:
path: /
@@ -63,6 +67,10 @@ spec:
periodSeconds: 5
resources:
{{ toYaml .resources | indent 12 }}
volumes:
- name: molgenis-nfs
persistentVolumeClaim:
claimName: molgenis-nfs-claim
{{- end }}
- name: elasticsearch