Fix collisions and typos

This commit is contained in:
Devon Mackay 2018-08-07 15:40:00 -04:00
parent d1f99765e0
commit c7c812be05

View File

@ -22,15 +22,15 @@ spec:
spec: spec:
containers: containers:
- name: atst - name: atst
image: registry.atat.codes:443/atst-prod:c06b0f6 image: registry.atat.codes:443/atst-prod:cc680fa
envFrom: envFrom:
- configMapRef: - configMapRef:
name: atst-envvars name: atst-envvars
volumeMounts: volumeMounts:
- name: atst-config - name: atst-config
mountPath: "/opt/atat/atst" mountPath: "/opt/atat/atst/atst-overrides.ini"
- name: uwsgi-config - name: uwsgi-config
mountPath: "/opt/atat/atst" mountPath: "/opt/atat/atst/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
@ -39,7 +39,7 @@ spec:
- containerPort: 8080 - containerPort: 8080
name: http name: http
- containerPort: 8443 - containerPort: 8443
name: http name: https
volumeMounts: volumeMounts:
- name: nginx-auth-tls - name: nginx-auth-tls
mountPath: "/etc/ssl/private" mountPath: "/etc/ssl/private"
@ -56,7 +56,7 @@ spec:
volumes: volumes:
- name: atst-config - name: atst-config
configMap: configMap:
name: atst name: atst-config
items: items:
- key: atst-config - key: atst-config
path: atst-overrides.ini path: atst-overrides.ini
@ -88,7 +88,7 @@ spec:
configMap: configMap:
name: atst-nginx name: atst-nginx
items: items:
- key: httpasswd - key: htpasswd
path: .htpasswd path: .htpasswd
mode: 0640 mode: 0640
- name: uwsgi-config - name: uwsgi-config