use objectstorage on prod
This commit is contained in:
parent
9dcaa13569
commit
a4ff4ecfdc
1 changed files with 20 additions and 0 deletions
|
|
@ -12,3 +12,23 @@ spec:
|
|||
value: production
|
||||
- name: SERVALA_ALLOWED_HOSTS
|
||||
value: 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue