Add persistentstorage option

This commit is contained in:
M. Mert Yildiran
2023-05-08 00:50:56 +03:00
parent a9b598bc41
commit a33a3467fc
6 changed files with 39 additions and 34 deletions

View File

@@ -67,8 +67,6 @@ spec:
- mountPath: /sys
name: sys
readOnly: true
- mountPath: /app/data
name: kubeshark-persistent-volume
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
serviceAccountName: kubeshark-service-account
@@ -85,6 +83,3 @@ spec:
- hostPath:
path: /sys
name: sys
- name: kubeshark-persistent-volume
persistentVolumeClaim:
claimName: kubeshark-persistent-volume-claim

View File

@@ -18,6 +18,7 @@ tap:
regex: .*
namespaces: []
selfnamespace: kubeshark
persistentstorage: false
storagelimit: 200Mi
storageclass: standard
dryrun: false