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 10:00:35 -05:00
committed by GitHub
parent 2e2e67b1f7
commit 72a00510af
8 changed files with 64 additions and 60 deletions

View File

@@ -11,8 +11,8 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 11.0.3
deprecated: false
description: "aMule is an eMule-like client for the eDonkey and Kademlia networks."
home: https://truecharts.org/docs/charts/incubator/amule
description: aMule is an eMule-like client for the eDonkey and Kademlia networks.
home: https://truecharts.org/docs/charts/amule
icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.png
keywords:
- amule
@@ -26,8 +26,8 @@ maintainers:
url: https://truecharts.org
name: amule
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://hub.docker.com/r/tchabaud/amule
type: application
version: 2.0.1
version: 2.1.0

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -9,29 +9,29 @@ questions:
# Include{replica1}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
label: "Image Environment"
group: App Configuration
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: WEBUI_PWD
label: "WEBUI_PWD"
description: "Password for WebUI."
label: WEBUI_PWD
description: Password for WebUI.
schema:
type: string
default: "admin"
default: ""
- variable: WEBUI_TEMPLATE
label: "WEBUI_TEMPLATE"
description: "Alternative material WebUI design."
label: WEBUI_TEMPLATE
description: Alternative material WebUI design.
schema:
type: string
default: "default"
default: default
# 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
@@ -39,21 +39,21 @@ 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: 4711
required: true
- variable: porttcp
label: 'porttcp service'
description: "Client to client transfers"
label: TCP service port
description: Client to client transfers
schema:
additional_attrs: true
type: dict
@@ -61,21 +61,21 @@ questions:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: porttcp
label: "porttcp Service Port Configuration"
label: TCP 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: 4662
required: true
- variable: portudp
label: 'portudp service'
description: "Extended aMule protocol, Queue Rating, File Reask Ping"
label: UDP service port
description: Extended aMule protocol, Queue Rating, File Reask Ping
schema:
additional_attrs: true
type: dict
@@ -83,14 +83,14 @@ questions:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: portudp
label: "portudp Service Port Configuration"
label: UDP 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: 4672
@@ -100,25 +100,25 @@ questions:
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: storagecomplete
label: "storagecomplete Storage"
description: "This is the location for complete downloads."
- variable: complete
label: Completed Storage Location
description: This is the location for complete downloads.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: storageincomplete
label: "storageincomplete Storage"
description: "This is the location for incomplete downloads."
- variable: incomplete
label: Incomplete Storage Location
description: This is the location for incomplete downloads.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: storageconfig
label: "storageconfig Storage"
description: "This is the location for the internal data."
- variable: config
label: Config Storage
description: This is the location for the internal data.
schema:
additional_attrs: true
type: dict
@@ -127,7 +127,7 @@ questions:
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
label: Main Ingress
schema:
additional_attrs: true
type: dict
@@ -139,41 +139,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,26 +1,19 @@
env:
WEBUI_PWD: admin
WEBUI_TEMPLATE: default
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/amule
tag: latest@sha256:08ac5dd2895ac3ebbee27dbee5ddff5cdbd1fc36624aff0651976d5eee52b217
persistence:
storagecomplete:
enabled: true
mountPath: /incoming
storageconfig:
enabled: true
mountPath: /home/amule/.aMule
storageincomplete:
enabled: true
mountPath: /temp
env:
WEBUI_PWD: ""
WEBUI_TEMPLATE: default
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
@@ -45,5 +38,16 @@ service:
protocol: UDP
targetPort: 4672
persistence:
complete:
enabled: true
mountPath: /incoming
config:
enabled: true
mountPath: /home/amule/.aMule
incomplete:
enabled: true
mountPath: /temp
portal:
enabled: true