This commit is contained in:
Stavros kois
2023-11-13 18:34:47 +02:00
committed by Stavros Kois
parent 486ccee3d7
commit e0b02f56df
4 changed files with 15 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
dashyNetwork:
webPort: 31000
dashyRunAs:
dashyID:
user: 1000
group: 1000

View File

@@ -0,0 +1,7 @@
dashyNetwork:
webPort: 31000
hostNetwork: true
dashyStorage:
config:
type: pvc

View File

@@ -6,6 +6,8 @@ workload:
type: Deployment
podSpec:
hostNetwork: {{ .Values.dashyNetwork.hostNetwork }}
securityContext:
fsGroup: {{ .Values.dashyID.group }}
containers:
dashy:
enabled: true
@@ -15,6 +17,8 @@ workload:
runAsUser: 0
runAsGroup: 0
runAsNonRoot: false
fixedEnv:
PUID: {{ .Values.dashyID.user }}
env:
NODE_ENV: production
IS_DOCKER: "true"
@@ -54,6 +58,8 @@ workload:
runAsUser: 0
runAsGroup: 0
runAsNonRoot: false
fixedEnv:
PUID: {{ .Values.dashyID.user }}
command:
- /bin/sh
args:

View File

@@ -15,7 +15,7 @@ dashyNetwork:
webPort: 31003
hostNetwork: false
dashyRunAs:
dashyID:
user: 568
group: 568