Create helm chart

This commit is contained in:
Mehran Kholdi
2020-04-28 17:52:20 +04:30
parent 336f72a3c9
commit 420b0f4ff7
9 changed files with 156 additions and 37 deletions

View File

@@ -4,8 +4,6 @@ metadata:
name: {name}
namespace: {namespace}
spec:
# FIXME: hardcoded
serviceAccount: rawfile-csi-controller
restartPolicy: Never
terminationGracePeriodSeconds: 0
tolerations:
@@ -27,9 +25,11 @@ spec:
mountPath: /data
resources:
requests: &rsc
cpu: 10m
memory: 100Mi
limit:
cpu: 100m
memory: 100Mi
limit: *rsc
command:
- /bin/sh
- -c