fix(SyncTube): Fix port + cleanup (#4526)

This commit is contained in:
StevenMcElligott
2022-11-17 17:40:20 -05:00
committed by GitHub
parent de0815b37a
commit c646437d6e
3 changed files with 29 additions and 30 deletions

View File

@@ -1,12 +1,3 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Cloud
- Productivity
- Tools-Utilities
- MediaApp-Video
- MediaServer-Video
- Network-Web
apiVersion: v2
appVersion: "latest"
dependencies:
@@ -36,4 +27,13 @@ sources:
- https://github.com/RblSb/SyncTube
- https://hub.docker.com/r/littlestache/synctube
type: application
version: 2.0.1
version: 2.1.0
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Cloud
- Productivity
- Tools-Utilities
- MediaApp-Video
- MediaServer-Video
- Network-Web

View File

@@ -11,8 +11,8 @@ questions:
# Include{containerConfig}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs: true
type: dict
@@ -20,14 +20,14 @@ questions:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 4200
@@ -38,8 +38,8 @@ questions:
# Include{serviceList}
# Include{persistenceRoot}
- variable: storageconfig
label: "storageconfig Storage"
description: "This is the location for the config file."
label: Config Storage
description: This is the location for the config file.
schema:
additional_attrs: true
type: dict
@@ -48,7 +48,7 @@ questions:
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
label: Main Ingress
schema:
additional_attrs: true
type: dict
@@ -60,41 +60,41 @@ questions:
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: "Privileged mode"
label: Privileged mode
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
label: ReadOnly Root Filesystem
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
label: Allow Privilege Escalation
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
label: runAsNonRoot
schema:
type: boolean
default: false
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
label: runAsUser
description: The UserID of the user running the application
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
label: runAsGroup
description: The groupID this App of the user running the application
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568

View File

@@ -1,4 +1,3 @@
env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/synctube
@@ -18,7 +17,7 @@ service:
ports:
main:
port: 4200
protocol: TCP
protocol: HTTP
targetPort: 4200
portal: