diff --git a/charts/incubator/teamspeak3/Chart.yaml b/charts/incubator/teamspeak3/Chart.yaml index 924c5eb7579..07900de6ea8 100644 --- a/charts/incubator/teamspeak3/Chart.yaml +++ b/charts/incubator/teamspeak3/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: teamspeak3 -version: 8.0.4 +version: 8.1.0 appVersion: 3.13.7 description: TeamSpeak is software for quality voice communication via the Internet. home: https://truecharts.org/charts/incubator/teamspeak3 diff --git a/charts/incubator/teamspeak3/questions.yaml b/charts/incubator/teamspeak3/questions.yaml index d9ad017120e..1e9ddc8dfc2 100644 --- a/charts/incubator/teamspeak3/questions.yaml +++ b/charts/incubator/teamspeak3/questions.yaml @@ -86,8 +86,16 @@ questions: # Include{serviceList} # Include{persistenceRoot} - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." + label: App Storage + description: Main App Storage + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} + - variable: config + label: App Config Storage + description: Stores the Application Configuration. schema: additional_attrs: true type: dict @@ -101,13 +109,13 @@ questions: description: "The UserID of the user running the application" schema: type: int - default: 0 + default: 568 - variable: runAsGroup label: "runAsGroup" description: "The groupID of the user running the application" schema: type: int - default: 0 + default: 568 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod} diff --git a/charts/incubator/teamspeak3/values.yaml b/charts/incubator/teamspeak3/values.yaml index 10948f6fbc9..5debdcefd74 100644 --- a/charts/incubator/teamspeak3/values.yaml +++ b/charts/incubator/teamspeak3/values.yaml @@ -6,14 +6,15 @@ persistence: data: enabled: true mountPath: /var/ts3server + config: + enabled: true + mountPath: /var/run/ts3server portal: open: enabled: false securityContext: container: readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 service: files: enabled: true @@ -40,5 +41,13 @@ workload: podSpec: containers: main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp env: TS3SERVER_LICENSE: accept +