test
This commit is contained in:
14
app.yaml
14
app.yaml
@@ -70,6 +70,8 @@ spec:
|
||||
secretKeyRef:
|
||||
name: memelord-jake-bucket
|
||||
key: secretKey
|
||||
- name: AWS_S3_ADDRESSING_STYLE
|
||||
value: path
|
||||
- name: AWS_STORAGE_BUCKET_NAME
|
||||
value: "memelord-jake"
|
||||
- name: AWS_S3_ENDPOINT_URL
|
||||
@@ -115,15 +117,3 @@ spec:
|
||||
value: "True"
|
||||
- name: SECURE_COOKIES
|
||||
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