Fix mount paths and typos

This commit is contained in:
Devon Mackay 2018-08-07 16:01:59 -04:00
parent a53c480b58
commit 97569985a8

View File

@ -29,8 +29,10 @@ spec:
volumeMounts: volumeMounts:
- name: atst-config - name: atst-config
mountPath: "/opt/atat/atst/atst-overrides.ini" mountPath: "/opt/atat/atst/atst-overrides.ini"
subPath: atst-overrides.ini
- name: uwsgi-config - name: uwsgi-config
mountPath: "/opt/atat/atst/uwsgi-config.ini" mountPath: "/opt/atat/atst/uwsgi-config.ini"
subPath: uwsgi-config.ini
- name: uwsgi-socket-dir - name: uwsgi-socket-dir
mountPath: "/var/run/uwsgi" mountPath: "/var/run/uwsgi"
- name: atst-nginx - name: atst-nginx
@ -44,11 +46,14 @@ spec:
- name: nginx-auth-tls - name: nginx-auth-tls
mountPath: "/etc/ssl/private" mountPath: "/etc/ssl/private"
- name: nginx-config - name: nginx-config
mountPath: "/etc/nginx/conf.d" mountPath: "/etc/nginx/conf.d/atst.conf"
subPath: atst.conf
- name: nginx-dhparam - name: nginx-dhparam
mountPath: "/etc/ssl" mountPath: "/etc/ssl"
subPath: dhparam.pem
- name: nginx-htpasswd - name: nginx-htpasswd
mountPath: "/etc/nginx" mountPath: "/etc/nginx/.htpasswd"
subPath: .htpasswd
- name: uwsgi-socket-dir - name: uwsgi-socket-dir
mountPath: "/var/run/uwsgi" mountPath: "/var/run/uwsgi"
imagePullSecrets: imagePullSecrets:
@ -69,7 +74,7 @@ spec:
path: auth.atat.crt path: auth.atat.crt
mode: 0644 mode: 0644
- key: tls.key - key: tls.key
path: auth.atat.crt path: auth.atat.key
mode: 0640 mode: 0640
- name: nginx-config - name: nginx-config
configMap: configMap: