Skip to content

Commit

Permalink
Merge pull request #43 from kexa-io/dev
Browse files Browse the repository at this point in the history
fix: storage class to standard
  • Loading branch information
aeppling authored Sep 30, 2024
2 parents 2807ce8 + 067633f commit 9fb99ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ namespace: kexa
hostConfigPath: /mnt/host/c/your/path/to/tmpconfig
hostConfigFolder: tmpconfig
uselocalRules: false
rulesPvcStorageClass: standard

# kubernetes addon
kubernetesAddon:
Expand Down
2 changes: 1 addition & 1 deletion charts/kexa-chart/templates/kexa-rules-pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ spec:
- ReadWriteOnce
hostPath:
path: {{ .Values.hostConfigPath }}
storageClassName: {{ .Values.appname }}-rules-storage-class
storageClassName: {{ .Values.rulesPvcStorageClass }}
persistentVolumeReclaimPolicy: Delete
{{- end }}
2 changes: 1 addition & 1 deletion charts/kexa-chart/templates/kexa-rules-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ spec:
resources:
requests:
storage: 1Gi
storageClassName: {{ .Values.appname }}-rules-storage-class
storageClassName: {{ .Values.rulesPvcStorageClass }}
2 changes: 2 additions & 0 deletions charts/kexa-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ namespace: kexa
hostConfigPath: /mnt/host/c/your/path/to/tmpconfig
hostConfigFolder: tmpconfig
uselocalRules: false
rulesPvcStorageClass: standard

kubernetesAddon:
enabled: true
mountPath: kubernetesconfigurations
Expand Down

0 comments on commit 9fb99ae

Please sign in to comment.