Use mayastor for pvc
This commit is contained in:
parent
5f056aa7ba
commit
92d4015fc1
|
@ -10,6 +10,7 @@ metadata:
|
|||
annotations: {{- toYaml .Values.master.persistence.annotations | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
storageClassName: mayastor-3
|
||||
accessModes:
|
||||
{{- range .Values.master.persistence.accessModes }}
|
||||
- {{ . | quote }}
|
||||
|
|
|
@ -38,7 +38,7 @@ redis-helper:
|
|||
enabled: false
|
||||
layer0-web:
|
||||
environment:
|
||||
SECRET_KEY: 1234
|
||||
SECRET_KEY: IAMSECRET
|
||||
EMBED_MODE: true
|
||||
layer1-port-doris:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue