Skip to content

Commit

Permalink
Fine tune pod killer resources
Browse files Browse the repository at this point in the history
Rename files to indicate resource used for
cache. Also, use deployment instead of stateful
sets for the pod killer cache, as cache does
not have any external state (required
state is pulled dynamically from k8s api).
  • Loading branch information
venkatsc committed May 7, 2024
1 parent 67a3c30 commit 1e2c254
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---
{{- include "quobyte-csi-driver.podKiller.cacheRbac" . }}
---
kind: StatefulSet
kind: Deployment
apiVersion: apps/v1
metadata:
name: quobyte-csi-pod-killer-cache-{{ .Values.quobyte.csiProvisionerName | replace "." "-" }}
Expand Down

0 comments on commit 1e2c254

Please sign in to comment.