diff --git a/scripts/helm/app/alerts.yaml b/scripts/helm/app/alerts.yaml index 4fe30c3cc..7c743a035 100644 --- a/scripts/helm/app/alerts.yaml +++ b/scripts/helm/app/alerts.yaml @@ -1,7 +1,7 @@ namespace: app image: repository: rg.fr-par.scw.cloud/foss - name: alert + name: alerts pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/scripts/helm/app/http.yaml b/scripts/helm/app/http.yaml index d2788970c..82342c171 100644 --- a/scripts/helm/app/http.yaml +++ b/scripts/helm/app/http.yaml @@ -22,9 +22,9 @@ resources: memory: 128Mi env: - ASSETS_ORIGIN: /asayer-sessions-assets # TODO: full path (with the minio prefix) + ASSETS_ORIGIN: /sessions-assets # TODO: full path (with the minio prefix) TOKEN_SECRET: secret_token_string # TODO: generate on buld - S3_BUCKET_IMAGES_IOS: asayer-sessions-mobile-assets + S3_BUCKET_IMAGES_IOS: sessions-mobile-assets AWS_ACCESS_KEY_ID: "minios3AccessKeyS3cr3t" AWS_SECRET_ACCESS_KEY: "m1n10s3CretK3yPassw0rd" AWS_REGION: us-east-1