diff --git a/k8s/charts/nextcloud/templates/configmap.yaml b/k8s/charts/nextcloud/templates/configmap.yaml index 9c8cf018..cc22698c 100644 --- a/k8s/charts/nextcloud/templates/configmap.yaml +++ b/k8s/charts/nextcloud/templates/configmap.yaml @@ -23,10 +23,10 @@ data: REDIS_HOST_PORT: "6379" OBJECTSTORE_S3_BUCKET: "aly-nextcloud" - OBJECTSTORE_S3_REGION: "us-east-005" - OBJECTSTORE_S3_HOST: "s3.us-east-005.backblazeb2.com" - OBJECTSTORE_S3_PORT: "443" - OBJECTSTORE_S3_SSL: "true" + OBJECTSTORE_S3_REGION: "garage" + OBJECTSTORE_S3_HOST: "10.254.0.1" + OBJECTSTORE_S3_PORT: "3900" + OBJECTSTORE_S3_SSL: "false" OBJECTSTORE_S3_USEPATH_STYLE: "true" OBJECTSTORE_S3_AUTOCREATE: "false" diff --git a/k8s/charts/nextcloud/templates/deployment.yaml b/k8s/charts/nextcloud/templates/deployment.yaml index b92732ab..feff6c21 100644 --- a/k8s/charts/nextcloud/templates/deployment.yaml +++ b/k8s/charts/nextcloud/templates/deployment.yaml @@ -43,6 +43,8 @@ spec: name: {{ .Chart.Name }}-config - secretRef: name: {{ .Chart.Name }}-env + - secretRef: + name: {{ .Chart.Name }}-garage-env - secretRef: name: {{ .Chart.Name }}-sso-env optional: true @@ -100,6 +102,8 @@ spec: name: {{ .Chart.Name }}-config - secretRef: name: {{ .Chart.Name }}-env + - secretRef: + name: {{ .Chart.Name }}-garage-env resources: requests: cpu: 50m