diff --git a/charts/victoria-logs/values.ebs-storage.yaml.gotmpl b/charts/victoria-logs/values.ebs-storage.yaml.gotmpl new file mode 100644 index 00000000..d6dbb1cd --- /dev/null +++ b/charts/victoria-logs/values.ebs-storage.yaml.gotmpl @@ -0,0 +1,5 @@ +server: + persistentVolume: + enabled: true + storageClassName: "{{ .Values.ebsStorageClassName }}" + size: 10Gi diff --git a/charts/victoria-logs/values.topolvm-storage.yaml.gotmpl b/charts/victoria-logs/values.topolvm-storage.yaml.gotmpl new file mode 100644 index 00000000..859b3ec7 --- /dev/null +++ b/charts/victoria-logs/values.topolvm-storage.yaml.gotmpl @@ -0,0 +1,5 @@ +server: + persistentVolume: + enabled: true + storageClassName: "{{ .Values.topolvmStorageClassName }}" + size: 10Gi diff --git a/charts/victoria-logs/values.yaml.gotmpl b/charts/victoria-logs/values.yaml.gotmpl index 4abcc528..3504c6f0 100644 --- a/charts/victoria-logs/values.yaml.gotmpl +++ b/charts/victoria-logs/values.yaml.gotmpl @@ -29,11 +29,6 @@ server: - /logs pathType: Prefix - persistentVolume: - enabled: true - storageClassName: "{{ .Values.ebsStorageClassName }}" - size: 10Gi - nodeSelector: ops: "true"