fix(rflood): remove duplicate vars and cleanup (#3576)
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- Downloaders
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
@@ -14,7 +10,7 @@ home: https://truecharts.org/docs/charts/incubator/rflood
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png
|
||||
keywords:
|
||||
- rflood
|
||||
- Downloaders
|
||||
- downloaders
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
@@ -26,4 +22,8 @@ sources:
|
||||
- https://hotio.dev/containers/rflood
|
||||
- https://hub.docker.com/r/hotio/rflood
|
||||
type: application
|
||||
version: 0.0.19
|
||||
version: 0.0.20
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- Downloaders
|
||||
|
||||
@@ -20,17 +20,10 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: FLOOD_AUTH
|
||||
label: 'FLOOD_AUTH'
|
||||
description: "Container Variable FLOODAUTH"
|
||||
label: "FLOOD_AUTH"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: UMASK
|
||||
label: 'UMASK'
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
type: boolean
|
||||
default: false
|
||||
# Include{containerConfig}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
@@ -54,7 +47,7 @@ questions:
|
||||
type: int
|
||||
default: 3000
|
||||
required: true
|
||||
# Include{advancedPortTCP}
|
||||
# Include{advancedPortHTTP}
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
|
||||
@@ -1,29 +1,31 @@
|
||||
env:
|
||||
FLOOD_AUTH: ""
|
||||
UMASK: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/rflood
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:789670a11a6b7d56aa656a314864c9f72168e446c6cacaf9069f3f95a6ac905e
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
env:
|
||||
FLOOD_AUTH: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 3000
|
||||
protocol: HTTP
|
||||
targetPort: 3000
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 3000
|
||||
protocol: TCP
|
||||
targetPort: 3000
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user