Skip to content
Snippets Groups Projects
Verified Commit 628c22e5 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Fix static files paths

parent 99227462
Branches master
Tags 0.1.3
No related merge requests found
Pipeline #14286 passed
...@@ -23,7 +23,7 @@ spec: ...@@ -23,7 +23,7 @@ spec:
- cp - cp
- -a - -a
- /public - /public
- /usr/share/nginx/ - /usr/share/nginx/html
volumeMounts: volumeMounts:
- name: web - name: web
mountPath: /usr/share/nginx mountPath: /usr/share/nginx
...@@ -53,8 +53,8 @@ spec: ...@@ -53,8 +53,8 @@ spec:
periodSeconds: 60 periodSeconds: 60
volumeMounts: volumeMounts:
- name: web - name: web
mountPath: /usr/share/nginx/public mountPath: /usr/share/nginx/html
subPath: public subPath: html
volumes: volumes:
- name: web - name: web
emptyDir: {} emptyDir: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment