test
This commit is contained in:
12
app.yaml
12
app.yaml
@@ -117,3 +117,15 @@ 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