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