diff --git a/k8s/deployments.yaml b/k8s/deployments.yaml index 3d05730..d6e9d93 100644 --- a/k8s/deployments.yaml +++ b/k8s/deployments.yaml @@ -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 ---