test
This commit is contained in:
14
app.yaml
14
app.yaml
@@ -70,6 +70,8 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: memelord-jake-bucket
|
name: memelord-jake-bucket
|
||||||
key: secretKey
|
key: secretKey
|
||||||
|
- name: AWS_S3_ADDRESSING_STYLE
|
||||||
|
value: path
|
||||||
- name: AWS_STORAGE_BUCKET_NAME
|
- name: AWS_STORAGE_BUCKET_NAME
|
||||||
value: "memelord-jake"
|
value: "memelord-jake"
|
||||||
- name: AWS_S3_ENDPOINT_URL
|
- name: AWS_S3_ENDPOINT_URL
|
||||||
@@ -115,15 +117,3 @@ spec:
|
|||||||
value: "True"
|
value: "True"
|
||||||
- name: SECURE_COOKIES
|
- name: SECURE_COOKIES
|
||||||
value: "True"
|
value: "True"
|
||||||
|
|
||||||
# Use the patched app code (including patched settings.py)
|
|
||||||
volumeMounts:
|
|
||||||
- name: settings
|
|
||||||
mountPath: /opt/app/myproject/settings.py
|
|
||||||
subPath: settings.py
|
|
||||||
readOnly: true
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: settings
|
|
||||||
configMap:
|
|
||||||
name: settings
|
|
||||||
|
|||||||
Reference in New Issue
Block a user