FPDC: Fix the yaml indentation
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
de754eccf9
commit
b2ae20130d
1 changed files with 8 additions and 8 deletions
|
@ -20,10 +20,10 @@ spec:
|
||||||
containerName: fpdc
|
containerName: fpdc
|
||||||
command: [ "django-admin", "migrate", "--no-input"]
|
command: [ "django-admin", "migrate", "--no-input"]
|
||||||
env:
|
env:
|
||||||
- name: PYTHONPATH
|
- name: PYTHONPATH
|
||||||
value: /opt/app-root/src
|
value: /opt/app-root/src
|
||||||
- name: DJANGO_SETTINGS_MODULE
|
- name: DJANGO_SETTINGS_MODULE
|
||||||
value: fpdc.settings.prod
|
value: fpdc.settings.prod
|
||||||
volumes:
|
volumes:
|
||||||
- config-volume
|
- config-volume
|
||||||
template:
|
template:
|
||||||
|
@ -54,10 +54,10 @@ spec:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v1/
|
path: /api/v1/
|
||||||
port: 8080
|
port: 8080
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: fpdc-configmap
|
name: fpdc-configmap
|
||||||
|
|
||||||
triggers:
|
triggers:
|
||||||
- type: ConfigChange
|
- type: ConfigChange
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue