forked from Botanical/BotanJS
bind nginx conf from Secrets
This commit is contained in:
parent
3f02576dd8
commit
962baf8d81
@ -60,10 +60,15 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: "/usr/share/nginx/html"
|
- mountPath: "/usr/share/nginx/html"
|
||||||
name: cache
|
name: cache
|
||||||
|
- mountPath: "/etc/nginx/templates"
|
||||||
|
name: nginx-conf-templates
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: astrojs-cache
|
claimName: astrojs-cache
|
||||||
|
- name: nginx-conf-templates
|
||||||
|
secret:
|
||||||
|
secretName: nginx-conf-templates
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user