set object storage config on staging
This commit is contained in:
parent
6d3ef244a0
commit
dc9a499e00
1 changed files with 20 additions and 0 deletions
|
@ -12,6 +12,26 @@ spec:
|
|||
value: staging
|
||||
- name: SERVALA_ALLOWED_HOSTS
|
||||
value: staging.portal.servala.com
|
||||
- name: SERVALA_STORAGE_BUCKET_NAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: portal-storage-creds
|
||||
key: BUCKET_NAME
|
||||
- name: SERVALA_S3_ENDPOINT_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: portal-storage-creds
|
||||
key: ENDPOINT_URL
|
||||
- name: SERVALA_ACCESS_KEY_ID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: portal-storage-creds
|
||||
key: AWS_ACCESS_KEY_ID
|
||||
- name: SERVALA_SECRET_ACCESS_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: portal-storage-creds
|
||||
key: AWS_SECRET_ACCESS_KEY
|
||||
- name: ssh-tunnel
|
||||
image: servala.app.codey.ch/servala/servala-portal:latest
|
||||
command:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue