Switched all to deployments
This commit is contained in:
@ -28,6 +28,12 @@ spec:
|
||||
- mountPath: /data/linx-server.conf
|
||||
subPath: linx-server.conf
|
||||
name: linx-conf
|
||||
- mountPath: /go/src/github.com/andreimarcu/linx-server/static/css/linx.css
|
||||
subPath: linx.css
|
||||
name: linx-css
|
||||
- mountPath: /go/src/github.com/andreimarcu/linx-server/static/css/github-markdown.css
|
||||
subPath: github-markdown.css
|
||||
name: linx-css
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: linx-files
|
||||
@ -39,4 +45,8 @@ spec:
|
||||
- name: linx-conf
|
||||
persistentVolumeClaim:
|
||||
claimName: linx-conf
|
||||
- name: linx-css
|
||||
persistentVolumeClaim:
|
||||
claimName: linx-css
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user