fix: alerts image name

This commit is contained in:
Shekar Siri 2021-05-17 18:56:25 +05:30
parent 351cf056c4
commit 9a6fd698d0
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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