@ -52,10 +52,14 @@ spec:
- name: stations
mountPath: "/config"
readOnly: true
- mountPath: "/home/dockerapp/.cache"
name: cache-volume
volumes:
configMap:
name: {{ include "ycast.fullname" . }}
- name: cache-volume
emptyDir: {}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}