Browse Source

Adding separate mount for logs

develop
Drew Short 4 years ago
parent
commit
148bf30385
  1. 8
      .helm/templates/deployment.yaml

8
.helm/templates/deployment.yaml

@ -37,8 +37,12 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
- name: data
mountPath: /opt/baphomet/data
- mountPath: /opt/baphomet/data
name: data
subPath: data
- mountPath: /opt/baphomet/log
name: data
subPath: log
volumes:
- name: config
configMap:

Loading…
Cancel
Save