fix(apps): Default enable all services (#1361)

* fix(apps): Default enable all services

* replace code with template

* minio

* tdarr

* aria2

* calibre

* deconz

* deluge

* littlelink

* lms

* main service and port is enabled by default

* main service and port is enabled by default pt2

* remove `type: NodePort` from values.yaml on services

* Remove `type: ClusterIP` from `values.yaml` on services

* add serviceexpert on nextcloud

* nullserv

* odoo

* protonmail-bridge split smtp and main services

* openldap

* oscam

* owncast

* pihole

* remove `enabled: true` on main from traefik and external-service

* remove `primary: true`

* qbit

* resilio sync

* vaultwarden

* valheim

* syncthing

* unfi

* zwavejs2mqtt

* teamspeak3

* transmission

* tvheadend

* test protonmail main enabled

* there is no main in protonmail duh...

* remove `protocol: tcp` from ports on `values.yaml` as this is the default in common
This commit is contained in:
Stavros Kois 2021-11-21 01:20:50 +02:00 committed by GitHub
parent f0825c28eb
commit 02a3182701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
82 changed files with 277 additions and 977 deletions

View File

@ -76,7 +76,6 @@ rbac:
service:
main:
enabled: true
ports:
main:
protocol: UDP

View File

@ -136,11 +136,9 @@ tlsOptions:
# from.
service:
main:
enabled: true
type: LoadBalancer
ports:
main:
enabled: true
port: 9000
targetPort: 9000
protocol: HTTP

View File

@ -26,7 +26,6 @@ controller:
service:
main:
enabled: true
ports:
main:
port: 3306

View File

@ -29,7 +29,6 @@ securityContext:
service:
main:
enabled: true
ports:
main:
port: 5432

View File

@ -180,6 +180,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -38,8 +38,10 @@ service:
port: 9002
targetPort: 9000
console:
enabled: true
ports:
console:
enabled: true
targetPort: 9001
port: 9001

View File

@ -40,22 +40,18 @@ service:
ports:
omada-tcp1:
enabled: true
protocol: TCP
port: 29810
targetPort: 29810
omada-tcp2:
enabled: true
protocol: TCP
port: 29811
targetPort: 29811
omada-tcp3:
enabled: true
protocol: TCP
port: 29812
targetPort: 29812
omada-tcp4:
enabled: true
protocol: TCP
port: 29813
targetPort: 29813
omada-udp:
@ -73,7 +69,6 @@ service:
targetPort: 29811
omada-udp3:
enabled: true
protocol: TCP
port: 29812
targetPort: 29812
omada-udp4:

View File

@ -23,7 +23,6 @@ env:
service:
main:
enabled: true
ports:
main:
targetPort: 8267

View File

@ -191,6 +191,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -21,14 +21,15 @@ env:
service:
main:
enabled: true
ports:
main:
targetPort: 8265
port: 8265
comm:
enabled: true
ports:
comm:
enabled: true
port: 8266
targetPort: 8266

View File

@ -25,13 +25,11 @@ service:
targetPort: 5050
tcp:
enabled: true
type: ClusterIP
ports:
tcp:
enabled: true
port: 51050
targetPort: 51050
protocol: TCP
persistence:
conf:

View File

@ -182,6 +182,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -23,7 +23,6 @@ service:
main:
ports:
main:
enabled: true
port: 6800
targetPort: 6800
listen:

View File

@ -160,59 +160,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -187,6 +187,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -49,14 +49,12 @@ service:
port: 8080
targetPort: 8080
webserver:
enabled: false
type: ClusterIP
enabled: true
ports:
webserver:
enabled: true
port: 8081
targetPort: 8081
protocol: TCP
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml

View File

@ -194,6 +194,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -250,6 +256,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -7,7 +7,6 @@ image:
service:
main:
enabled: true
ports:
main:
port: 5000

View File

@ -7,7 +7,6 @@ image:
service:
main:
enabled: true
ports:
main:
port: 5000

View File

@ -170,6 +170,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -224,6 +230,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -25,7 +25,6 @@ service:
enabled: true
port: 51413
targetPort: 51413
protocol: TCP
torrent-udp:
enabled: true
ports:

View File

@ -160,59 +160,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -160,59 +160,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -10,7 +10,6 @@ controller:
service:
main:
enabled: true
type: ExternalIP
externalIP: "1.1.1.1"
ports:

View File

@ -213,59 +213,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -234,59 +234,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -19,7 +19,6 @@ service:
targetPort: 5800
vnc:
enabled: true
type: ClusterIP
ports:
vnc:
enabled: true

View File

@ -43,7 +43,6 @@ service:
enabled: true
port: 19444
targetPort: 19444
protocol: TCP
protobufservice:
enabled: true
ports:
@ -51,7 +50,6 @@ service:
enabled: true
port: 19445
targetPort: 19445
protocol: TCP
boblightservice:
enabled: true
ports:
@ -59,7 +57,6 @@ service:
enabled: true
port: 19333
targetPort: 19333
protocol: TCP
persistence:
config:

View File

@ -10,7 +10,6 @@ securityContext:
service:
main:
enabled: true
protocol: "HTTP"
ports:
main:

View File

@ -174,59 +174,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -171,59 +171,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -17,6 +17,5 @@ service:
main:
ports:
main:
protocol: TCP
port: 1688
targetPort: 1688

View File

@ -7,7 +7,6 @@ image:
service:
main:
enabled: true
ports:
main:
port: 3000

View File

@ -33,18 +33,24 @@ service:
targetPort: 7000
port: 7000
cli:
enabled: true
ports:
cli:
enabled: true
targetPort: 9090
port: 9090
playertcp:
enabled: true
ports:
slimprototcp:
enabled: true
targetPort: 3483
port: 3483
playerudp:
enabled: true
ports:
slimprotoudp:
enabled: true
targetPort: 3483
port: 3483

View File

@ -189,59 +189,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -14,8 +14,6 @@ service:
main:
ports:
main:
protocol: TCP
enabled: true
port: 1883
targetPort: 1883

View File

@ -174,6 +174,24 @@ questions:
type: int
default: 80
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hostNetwork
group: "Networking and Services"
label: "Host-Networking (Complicated)"
schema:
type: boolean
default: false
# Include{serviceExpert}
# Include{serviceList}
- variable: persistence
label: "Integrated Persistent Storage"

View File

@ -156,6 +156,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -34,8 +34,6 @@ env:
# @default -- See values.yaml
service:
main:
primary: true
type: NodePort
ports:
main:
port: 80

View File

@ -158,6 +158,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -200,13 +206,17 @@ questions:
schema:
type: int
default: 8071
- variable: odoo-2
label: "Odoo-2 Service Port Configuration"
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -265,59 +275,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -32,15 +32,16 @@ service:
port: 8069
targetPort: 8069
odoo:
enabled: true
ports:
odoo-1:
enabled: true
port: 8071
targetPort: 8071
protocol: TCP
odoo-2:
enabled: true
port: 8072
targetPort: 8072
protocol: TCP
persistence:
odoo:

View File

@ -160,59 +160,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -34,7 +34,6 @@ env:
# @default -- See values.yaml
service:
main:
enabled: true
ports:
main:
port: 8080

View File

@ -277,6 +277,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -156,7 +156,6 @@ questions:
description: "This port gets exposed to the node. Only considered when service type is NodePort"
schema:
type: int
min: 9000
max: 65535

View File

@ -18,7 +18,6 @@ env:
service:
main:
enabled: true
ports:
main:
port: 8888

View File

@ -157,6 +157,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -31,14 +31,13 @@ service:
targetPort: 8080
rtmp:
enabled: true
type: NodePort
externalTrafficPolicy: Local
ports:
rtmp:
enabled: true
port: 1935
targetPort: 1935
protocol: TCP
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml

View File

@ -16,7 +16,6 @@ podSecurityContext:
service:
main:
enabled: true
ports:
main:
port: 80

View File

@ -15,7 +15,6 @@ podSecurityContext:
service:
main:
enabled: true
ports:
main:
port: 80

View File

@ -194,6 +194,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -249,6 +255,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -292,7 +304,6 @@ questions:
type: int
default: 53
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"

View File

@ -20,7 +20,6 @@ envFrom:
service:
main:
enabled: true
ports:
main:
port: 9089
@ -29,7 +28,6 @@ service:
enabled: true
ports:
dns-tcp:
protocol: TCP
enabled: true
port: 53
targetPort: 53
@ -37,8 +35,8 @@ service:
enabled: true
ports:
dns:
protocol: UDP
enabled: true
protocol: UDP
port: 53
targetPort: 53

View File

@ -13,16 +13,14 @@ service:
targetPort: 8080
tcp:
enabled: true
type: ClusterIP
ports:
tcp:
enabled: true
port: 51080
targetPort: 51080
protocol: TCP
env:
PASSWORD: secretpasswordgoeshere
PASSWORD: "secretpasswordgoeshere"
CHECK_FREQUENCY: 240
persistence:

View File

@ -31,12 +31,15 @@ env:
# @default -- See values.yaml
service:
main:
enabled: false
ports:
main:
enabled: false
smtp:
enabled: true
ports:
smtp:
enabled: true
protocol: TCP
port: 25
targetPort: 25

View File

@ -157,6 +157,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -212,6 +218,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -27,7 +27,6 @@ service:
enabled: true
port: 6881
targetPort: 6881
protocol: TCP
torrentudp:
enabled: true
ports:

View File

@ -207,59 +207,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -164,6 +164,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -220,6 +226,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -39,17 +39,14 @@ service:
port: 8888
targetPort: 8888
bt-tcp:
enabled: false
type: ClusterIP
enabled: true
ports:
bt-tcp:
enabled: true
port: 55555
targetPort: 55555
protocol: TCP
bt-udp:
enabled: false
type: ClusterIP
enabled: true
ports:
bt-udp:
enabled: true

View File

@ -31,8 +31,6 @@ service:
main:
ports:
main:
enabled: true
protocol: TCP
port: 10000
targetPort: 10000

View File

@ -165,59 +165,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -212,59 +212,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -12,13 +12,14 @@ service:
port: 8384
targetPort: 8384
listeners:
enabled: true
ports:
tcp:
enabled: true
port: 22000
targetPort: 22000
protocol: TCP
listeners-udp:
enabled: true
ports:
udp:
enabled: true
@ -26,6 +27,7 @@ service:
targetPort: 22000
protocol: UDP
discovery:
enabled: true
ports:
discovery:
enabled: true

View File

@ -159,6 +159,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -215,6 +221,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -18,11 +18,8 @@ podSecurityContext:
# 30033 file transport
service:
main:
enabled: true
type: ClusterIP
ports:
main:
enabled: true
port: 10011
targetPort: 10011
protocol: "TCP"
@ -36,7 +33,6 @@ service:
protocol: "UDP"
files:
enabled: true
type: ClusterIP
ports:
files:
enabled: true

View File

@ -214,59 +214,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -172,59 +172,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -499,6 +499,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -554,6 +560,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -18,7 +18,6 @@ service:
enabled: true
port: 51413
targetPort: 51413
protocol: TCP
torrentudp:
enabled: true
ports:

View File

@ -165,59 +165,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -164,6 +164,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -26,13 +26,11 @@ service:
targetPort: 9981
htsp:
enabled: true
type: ClusterIP
ports:
htsp:
enabled: true
port: 9982
targetPort: 9982
protocol: TCP
persistence:
config:

View File

@ -164,6 +164,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -219,6 +225,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -274,6 +286,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -329,6 +347,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -377,6 +401,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -24,7 +24,6 @@ service:
enabled: true
port: 8080
targetPort: 8080
protocol: TCP
stun:
enabled: true
ports:
@ -34,15 +33,14 @@ service:
targetPort: 3478
protocol: UDP
speedtest:
enabled: false
enabled: true
ports:
speedtest:
enabled: true
port: 6789
targetPort: 6789
protocol: TCP
guestportal:
enabled: false
enabled: true
ports:
web:
enabled: true

View File

@ -14,7 +14,6 @@ podSecurityContext:
service:
main:
enabled: true
ports:
main:
port: 3001

View File

@ -253,6 +253,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -309,6 +315,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -357,6 +369,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -405,6 +423,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
@ -448,7 +472,6 @@ questions:
type: int
default: 2458
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"

View File

@ -45,11 +45,14 @@ service:
port: 9010
targetPort: 9010
supervisor:
enabled: true
ports:
supervisor:
enabled: true
port: 9011
targetPort: 9011
valheim:
enabled: true
type: LoadBalancer
ports:
valheim-1:

View File

@ -452,6 +452,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -12,6 +12,7 @@ service:
port: 8080
targetPort: 8080
ws:
enabled: true
ports:
ws:
enabled: true

View File

@ -165,59 +165,7 @@ questions:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceExpert}
# Include{serviceList}

View File

@ -156,6 +156,12 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: true
hidden: true
- variable: port
label: "Port"
description: "This port exposes the container port on the service"

View File

@ -67,13 +67,11 @@ service:
targetPort: 8091
ws:
enabled: true
type: ClusterIP
ports:
ws:
enabled: true
port: 3000
targetPort: 3000
protocol: TCP
persistence:
config: