server: fix setuid/guid

This commit is contained in:
2026-04-13 20:00:00 +02:00
parent f100998d09
commit 23f767a866
3 changed files with 12 additions and 12 deletions
+5 -5
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
main:
image:
path: hub.unix7.org/mstore
path: t14x.unix7.org/mstore
name: "@PACKAGE_NAME@"
tag: "@PACKAGE_VERSION@"
imagePullPolicy: Always