Skip to content

Commit

Permalink
feat(helm): emptyDir with memory medium for flock performances
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed Feb 6, 2023
1 parent c3fb537 commit 0016f12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/kamaji/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0016f12

Please sign in to comment.