feat(amule): Move to Stable (#4636)

* feat(amule): Move to Stable

* dont preset pass

* shorternames

Co-authored-by: Stavros kois <s.kois@outlook.com>
This commit is contained in:
StevenMcElligott
2022-11-20 17:00:35 +02:00
committed by GitHub
co-authored by Stavros kois
parent 2e2e67b1f7
commit 72a00510af
8 changed files with 64 additions and 60 deletions
@@ -11,8 +11,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 11.0.3 version: 11.0.3
deprecated: false deprecated: false
description: "aMule is an eMule-like client for the eDonkey and Kademlia networks." description: aMule is an eMule-like client for the eDonkey and Kademlia networks.
home: https://truecharts.org/docs/charts/incubator/amule home: https://truecharts.org/docs/charts/amule
icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.png
keywords: keywords:
- amule - amule
@@ -26,8 +26,8 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: amule name: amule
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/amule - https://github.com/truecharts/charts/tree/master/charts/amule
- https://github.com/t-chab/dockerfiles - https://github.com/t-chab/dockerfiles
- https://hub.docker.com/r/tchabaud/amule - https://hub.docker.com/r/tchabaud/amule
type: application type: application
version: 2.0.1 version: 2.1.0

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

@@ -9,29 +9,29 @@ questions:
# Include{replica1} # Include{replica1}
# Include{controllerExpertExtraArgs} # Include{controllerExpertExtraArgs}
- variable: env - variable: env
group: "App Configuration" group: App Configuration
label: "Image Environment" label: Image Environment
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: WEBUI_PWD - variable: WEBUI_PWD
label: "WEBUI_PWD" label: WEBUI_PWD
description: "Password for WebUI." description: Password for WebUI.
schema: schema:
type: string type: string
default: "admin" default: ""
- variable: WEBUI_TEMPLATE - variable: WEBUI_TEMPLATE
label: "WEBUI_TEMPLATE" label: WEBUI_TEMPLATE
description: "Alternative material WebUI design." description: Alternative material WebUI design.
schema: schema:
type: string type: string
default: "default" default: default
# Include{containerConfig} # Include{containerConfig}
# Include{serviceRoot} # Include{serviceRoot}
- variable: main - variable: main
label: "Main Service" label: Main Service
description: "The Primary service on which the healthcheck runs, often the webUI" description: The Primary service on which the healthcheck runs, often the webUI
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@@ -39,21 +39,21 @@ questions:
# Include{serviceSelectorLoadBalancer} # Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras} # Include{serviceSelectorExtras}
- variable: main - variable: main
label: "Main Service Port Configuration" label: Main Service Port Configuration
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: port - variable: port
label: "Port" label: Port
description: "This port exposes the container port on the service" description: This port exposes the container port on the service
schema: schema:
type: int type: int
default: 4711 default: 4711
required: true required: true
- variable: porttcp - variable: porttcp
label: 'porttcp service' label: TCP service port
description: "Client to client transfers" description: Client to client transfers
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@@ -61,21 +61,21 @@ questions:
# Include{serviceSelectorLoadBalancer} # Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras} # Include{serviceSelectorExtras}
- variable: porttcp - variable: porttcp
label: "porttcp Service Port Configuration" label: TCP Service Port Configuration
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: port - variable: port
label: "Port" label: Port
description: "This port exposes the container port on the service" description: This port exposes the container port on the service
schema: schema:
type: int type: int
default: 4662 default: 4662
required: true required: true
- variable: portudp - variable: portudp
label: 'portudp service' label: UDP service port
description: "Extended aMule protocol, Queue Rating, File Reask Ping" description: Extended aMule protocol, Queue Rating, File Reask Ping
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@@ -83,14 +83,14 @@ questions:
# Include{serviceSelectorLoadBalancer} # Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras} # Include{serviceSelectorExtras}
- variable: portudp - variable: portudp
label: "portudp Service Port Configuration" label: UDP Service Port Configuration
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: port - variable: port
label: "Port" label: Port
description: "This port exposes the container port on the service" description: This port exposes the container port on the service
schema: schema:
type: int type: int
default: 4672 default: 4672
@@ -100,25 +100,25 @@ questions:
# Include{serviceExpert} # Include{serviceExpert}
# Include{serviceList} # Include{serviceList}
# Include{persistenceRoot} # Include{persistenceRoot}
- variable: storagecomplete - variable: complete
label: "storagecomplete Storage" label: Completed Storage Location
description: "This is the location for complete downloads." description: This is the location for complete downloads.
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
# Include{persistenceBasic} # Include{persistenceBasic}
- variable: storageincomplete - variable: incomplete
label: "storageincomplete Storage" label: Incomplete Storage Location
description: "This is the location for incomplete downloads." description: This is the location for incomplete downloads.
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
# Include{persistenceBasic} # Include{persistenceBasic}
- variable: storageconfig - variable: config
label: "storageconfig Storage" label: Config Storage
description: "This is the location for the internal data." description: This is the location for the internal data.
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@@ -127,7 +127,7 @@ questions:
# Include{persistenceList} # Include{persistenceList}
# Include{ingressRoot} # Include{ingressRoot}
- variable: main - variable: main
label: "Main Ingress" label: Main Ingress
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@@ -139,41 +139,41 @@ questions:
# Include{security} # Include{security}
# Include{securityContextAdvancedRoot} # Include{securityContextAdvancedRoot}
- variable: privileged - variable: privileged
label: "Privileged mode" label: Privileged mode
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: readOnlyRootFilesystem - variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem" label: ReadOnly Root Filesystem
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation" label: Allow Privilege Escalation
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: runAsNonRoot - variable: runAsNonRoot
label: "runAsNonRoot" label: runAsNonRoot
schema: schema:
type: boolean type: boolean
default: false default: false
# Include{podSecurityContextRoot} # Include{podSecurityContextRoot}
- variable: runAsUser - variable: runAsUser
label: "runAsUser" label: runAsUser
description: "The UserID of the user running the application" description: The UserID of the user running the application
schema: schema:
type: int type: int
default: 0 default: 0
- variable: runAsGroup - variable: runAsGroup
label: "runAsGroup" label: runAsGroup
description: The groupID this App of the user running the application" description: The groupID this App of the user running the application
schema: schema:
type: int type: int
default: 0 default: 0
- variable: fsGroup - variable: fsGroup
label: "fsGroup" label: fsGroup
description: "The group that should own ALL storage." description: The group that should own ALL storage.
schema: schema:
type: int type: int
default: 568 default: 568
@@ -1,26 +1,19 @@
env:
WEBUI_PWD: admin
WEBUI_TEMPLATE: default
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/amule repository: tccr.io/truecharts/amule
tag: latest@sha256:08ac5dd2895ac3ebbee27dbee5ddff5cdbd1fc36624aff0651976d5eee52b217 tag: latest@sha256:08ac5dd2895ac3ebbee27dbee5ddff5cdbd1fc36624aff0651976d5eee52b217
persistence:
storagecomplete: env:
enabled: true WEBUI_PWD: ""
mountPath: /incoming WEBUI_TEMPLATE: default
storageconfig:
enabled: true
mountPath: /home/amule/.aMule
storageincomplete:
enabled: true
mountPath: /temp
podSecurityContext: podSecurityContext:
runAsGroup: 0 runAsGroup: 0
runAsUser: 0 runAsUser: 0
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsNonRoot: false runAsNonRoot: false
service: service:
main: main:
ports: ports:
@@ -45,5 +38,16 @@ service:
protocol: UDP protocol: UDP
targetPort: 4672 targetPort: 4672
persistence:
complete:
enabled: true
mountPath: /incoming
config:
enabled: true
mountPath: /home/amule/.aMule
incomplete:
enabled: true
mountPath: /temp
portal: portal:
enabled: true enabled: true