Common 4.0 App Refactor Part 5 - Stavos

This commit is contained in:
Stavros Kois
2021-05-23 18:26:10 +02:00
committed by kjeld Schouten-Lebbing
parent d358b18179
commit 12b4b6382f
68 changed files with 366 additions and 529 deletions
@@ -9,14 +9,6 @@ image:
tag: v1.23.2
pullPolicy: IfNotPresent
# Configure the Security Context for the Pod
podSecurityContext:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
fsGroup: 0
supplementalGroups: [24, 44, 107]
#All values here are set as the docker defaults.
envTpl:
# Permissions Settings
+8 -10
View File
@@ -56,21 +56,19 @@ questions:
description: "Create new pods and then kill old ones"
- value: "Recreate"
description: "Kill existing pods before creating new ones"
# Configure Time Zone
- variable: timezone
group: "Container Image"
label: "Timezone"
schema:
type: string
default: "Etc/UTC"
$ref:
- "definitions/timezone"
- variable: env
group: "Configuration"
label: "Image Environment"
schema:
type: dict
attrs:
- variable: timezone
label: "Timezone"
schema:
type: string
default: "Etc/UTC"
$ref:
- "definitions/timezone"
- variable: PUID
label: "PUID"
description: "Sets the PUID env var for LinuxServer.io (compatible) containers"
@@ -344,7 +342,7 @@ questions:
schema:
type: dict
attrs:
- variable: tcp
- variable: vnc
label: "TCP Service Port Configuration"
schema:
type: dict
-4
View File
@@ -6,10 +6,6 @@ image:
strategy:
type: Recreate
# Configure the Security Context for the Pod
podSecurityContext:
supplementalGroups: [24, 44, 107]
service:
main:
ports: