feat(helm): emptyDir with memory medium for flock performances

This commit is contained in:
Dario Tranchitella
2023-02-06 22:12:50 +01:00
parent c3fb5373f6
commit 0016f121ed
+5
View File
@@ -77,11 +77,16 @@ spec:
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
volumeMounts:
- mountPath: /tmp
name: tmp
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
readOnly: true
terminationGracePeriodSeconds: 10
volumes:
- name: tmp
emptyDir:
medium: Memory
- name: cert
secret:
defaultMode: 420