Use v0.2.4 and move to cinder storage for rds

This commit is contained in:
Micke Nordin 2023-06-09 14:59:48 +02:00
parent e0bc910a14
commit 02bc7e8bd4
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ metadata:
annotations: {{- toYaml .Values.master.persistence.annotations | nindent 4 }} annotations: {{- toYaml .Values.master.persistence.annotations | nindent 4 }}
{{- end }} {{- end }}
spec: spec:
storageClassName: mayastor-3 storageClassName: csi-sc-cinderplugin
accessModes: accessModes:
{{- range .Values.master.persistence.accessModes }} {{- range .Values.master.persistence.accessModes }}
- {{ . | quote }} - {{ . | quote }}

View file

@ -2,7 +2,7 @@ global:
postgresql: postgresql:
existingSecret: describo-pg-passwd existingSecret: describo-pg-passwd
image: image:
tag: v0.2.1 tag: v0.2.4
namespace: namespace:
create: false create: false
name: helmrds name: helmrds
@ -30,7 +30,7 @@ global:
OAUTH_CLIENT_SECRET: IAMSECRET OAUTH_CLIENT_SECRET: IAMSECRET
SUPPORT_EMAIL: drive@sunet.se SUPPORT_EMAIL: drive@sunet.se
MANUAL_URL: www.sunet.se/services/molnbaserade-tjanster/sunet-drive MANUAL_URL: www.sunet.se/services/molnbaserade-tjanster/sunet-drive
storageClass: mayastor-3 storageClass: csi-sc-cinderplugin
layer0-describo: layer0-describo:
postgresql: postgresql:
postgresqlDatabase: describo postgresqlDatabase: describo
@ -38,10 +38,10 @@ layer0-describo:
postgresqlPassword: IAMSECRET postgresqlPassword: IAMSECRET
primary: primary:
persistence: persistence:
storageClass: mayastor-3 storageClass: csi-sc-cinderplugin
readreplicas: readreplicas:
persistence: persistence:
storageClass: mayastor-3 storageClass: csi-sc-cinderplugin
environment: environment:
ADMIN_PASSWORD: IAMSECRET ADMIN_PASSWORD: IAMSECRET
domain: describo-sunet.drive.test.sunet.se domain: describo-sunet.drive.test.sunet.se
@ -52,12 +52,12 @@ layer0-helper-describo-token-updater:
redis: redis:
cluster: cluster:
persistence: persistence:
storageClass: mayastor-3 storageClass: csi-sc-cinderplugin
enabled: true enabled: true
redis-helper: redis-helper:
master: master:
persistence: persistence:
storageClass: mayastor-3 storageClass: csi-sc-cinderplugin
enabled: true enabled: true
layer0-web: layer0-web:
environment: environment: