fix: alerts image name
This commit is contained in:
parent
351cf056c4
commit
9a6fd698d0
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue