server: fix setuid/guid
This commit is contained in:
@@ -26,12 +26,12 @@ spec:
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /app/etc/mstore
|
||||
- name: db-volume
|
||||
mountPath: /var/lib
|
||||
# - name: db-volume
|
||||
# mountPath: /var/lib
|
||||
volumes:
|
||||
- name: config-volume
|
||||
configMap:
|
||||
name: mstored-config
|
||||
- name: db-volume
|
||||
persistentVolumeClaim:
|
||||
claimName: mstore-data
|
||||
# - name: db-volume
|
||||
# persistentVolumeClaim:
|
||||
# claimName: mstore-data
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
main:
|
||||
image:
|
||||
path: hub.unix7.org/mstore
|
||||
path: t14x.unix7.org/mstore
|
||||
name: "@PACKAGE_NAME@"
|
||||
tag: "@PACKAGE_VERSION@"
|
||||
imagePullPolicy: Always
|
||||
|
||||
Reference in New Issue
Block a user