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:
@@ -76,7 +76,6 @@ rbac:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
|||||||
@@ -136,11 +136,9 @@ tlsOptions:
|
|||||||
# from.
|
# from.
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
port: 9000
|
port: 9000
|
||||||
targetPort: 9000
|
targetPort: 9000
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ controller:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 3306
|
port: 3306
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ securityContext:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 5432
|
port: 5432
|
||||||
|
|||||||
@@ -180,6 +180,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -38,8 +38,10 @@ service:
|
|||||||
port: 9002
|
port: 9002
|
||||||
targetPort: 9000
|
targetPort: 9000
|
||||||
console:
|
console:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
console:
|
console:
|
||||||
|
enabled: true
|
||||||
targetPort: 9001
|
targetPort: 9001
|
||||||
port: 9001
|
port: 9001
|
||||||
|
|
||||||
|
|||||||
@@ -40,22 +40,18 @@ service:
|
|||||||
ports:
|
ports:
|
||||||
omada-tcp1:
|
omada-tcp1:
|
||||||
enabled: true
|
enabled: true
|
||||||
protocol: TCP
|
|
||||||
port: 29810
|
port: 29810
|
||||||
targetPort: 29810
|
targetPort: 29810
|
||||||
omada-tcp2:
|
omada-tcp2:
|
||||||
enabled: true
|
enabled: true
|
||||||
protocol: TCP
|
|
||||||
port: 29811
|
port: 29811
|
||||||
targetPort: 29811
|
targetPort: 29811
|
||||||
omada-tcp3:
|
omada-tcp3:
|
||||||
enabled: true
|
enabled: true
|
||||||
protocol: TCP
|
|
||||||
port: 29812
|
port: 29812
|
||||||
targetPort: 29812
|
targetPort: 29812
|
||||||
omada-tcp4:
|
omada-tcp4:
|
||||||
enabled: true
|
enabled: true
|
||||||
protocol: TCP
|
|
||||||
port: 29813
|
port: 29813
|
||||||
targetPort: 29813
|
targetPort: 29813
|
||||||
omada-udp:
|
omada-udp:
|
||||||
@@ -73,7 +69,6 @@ service:
|
|||||||
targetPort: 29811
|
targetPort: 29811
|
||||||
omada-udp3:
|
omada-udp3:
|
||||||
enabled: true
|
enabled: true
|
||||||
protocol: TCP
|
|
||||||
port: 29812
|
port: 29812
|
||||||
targetPort: 29812
|
targetPort: 29812
|
||||||
omada-udp4:
|
omada-udp4:
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ env:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
targetPort: 8267
|
targetPort: 8267
|
||||||
|
|||||||
@@ -191,6 +191,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -21,14 +21,15 @@ env:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
targetPort: 8265
|
targetPort: 8265
|
||||||
port: 8265
|
port: 8265
|
||||||
comm:
|
comm:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
comm:
|
comm:
|
||||||
|
enabled: true
|
||||||
port: 8266
|
port: 8266
|
||||||
targetPort: 8266
|
targetPort: 8266
|
||||||
|
|
||||||
|
|||||||
@@ -25,13 +25,11 @@ service:
|
|||||||
targetPort: 5050
|
targetPort: 5050
|
||||||
tcp:
|
tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
ports:
|
||||||
tcp:
|
tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 51050
|
port: 51050
|
||||||
targetPort: 51050
|
targetPort: 51050
|
||||||
protocol: TCP
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
conf:
|
conf:
|
||||||
|
|||||||
@@ -182,6 +182,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
port: 6800
|
port: 6800
|
||||||
targetPort: 6800
|
targetPort: 6800
|
||||||
listen:
|
listen:
|
||||||
|
|||||||
@@ -160,59 +160,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -187,6 +187,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -49,14 +49,12 @@ service:
|
|||||||
port: 8080
|
port: 8080
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
webserver:
|
webserver:
|
||||||
enabled: false
|
enabled: true
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
ports:
|
||||||
webserver:
|
webserver:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 8081
|
port: 8081
|
||||||
targetPort: 8081
|
targetPort: 8081
|
||||||
protocol: TCP
|
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
|||||||
@@ -194,6 +194,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -250,6 +256,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ image:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 5000
|
port: 5000
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ image:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 5000
|
port: 5000
|
||||||
|
|||||||
@@ -170,6 +170,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -224,6 +230,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ service:
|
|||||||
enabled: true
|
enabled: true
|
||||||
port: 51413
|
port: 51413
|
||||||
targetPort: 51413
|
targetPort: 51413
|
||||||
protocol: TCP
|
|
||||||
torrent-udp:
|
torrent-udp:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -160,59 +160,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -160,59 +160,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ controller:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
type: ExternalIP
|
type: ExternalIP
|
||||||
externalIP: "1.1.1.1"
|
externalIP: "1.1.1.1"
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -213,59 +213,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -234,59 +234,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ service:
|
|||||||
targetPort: 5800
|
targetPort: 5800
|
||||||
vnc:
|
vnc:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
ports:
|
||||||
vnc:
|
vnc:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ service:
|
|||||||
enabled: true
|
enabled: true
|
||||||
port: 19444
|
port: 19444
|
||||||
targetPort: 19444
|
targetPort: 19444
|
||||||
protocol: TCP
|
|
||||||
protobufservice:
|
protobufservice:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
@@ -51,7 +50,6 @@ service:
|
|||||||
enabled: true
|
enabled: true
|
||||||
port: 19445
|
port: 19445
|
||||||
targetPort: 19445
|
targetPort: 19445
|
||||||
protocol: TCP
|
|
||||||
boblightservice:
|
boblightservice:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
@@ -59,7 +57,6 @@ service:
|
|||||||
enabled: true
|
enabled: true
|
||||||
port: 19333
|
port: 19333
|
||||||
targetPort: 19333
|
targetPort: 19333
|
||||||
protocol: TCP
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ securityContext:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
protocol: "HTTP"
|
protocol: "HTTP"
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
|
|||||||
@@ -174,59 +174,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -171,59 +171,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,5 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
protocol: TCP
|
|
||||||
port: 1688
|
port: 1688
|
||||||
targetPort: 1688
|
targetPort: 1688
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ image:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 3000
|
port: 3000
|
||||||
|
|||||||
@@ -33,18 +33,24 @@ service:
|
|||||||
targetPort: 7000
|
targetPort: 7000
|
||||||
port: 7000
|
port: 7000
|
||||||
cli:
|
cli:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
cli:
|
cli:
|
||||||
|
enabled: true
|
||||||
targetPort: 9090
|
targetPort: 9090
|
||||||
port: 9090
|
port: 9090
|
||||||
playertcp:
|
playertcp:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
slimprototcp:
|
slimprototcp:
|
||||||
|
enabled: true
|
||||||
targetPort: 3483
|
targetPort: 3483
|
||||||
port: 3483
|
port: 3483
|
||||||
playerudp:
|
playerudp:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
slimprotoudp:
|
slimprotoudp:
|
||||||
|
enabled: true
|
||||||
targetPort: 3483
|
targetPort: 3483
|
||||||
port: 3483
|
port: 3483
|
||||||
|
|
||||||
|
|||||||
@@ -189,59 +189,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,6 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
protocol: TCP
|
|
||||||
enabled: true
|
|
||||||
port: 1883
|
port: 1883
|
||||||
targetPort: 1883
|
targetPort: 1883
|
||||||
|
|
||||||
|
|||||||
@@ -174,6 +174,24 @@ questions:
|
|||||||
type: int
|
type: int
|
||||||
default: 80
|
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
|
- variable: persistence
|
||||||
label: "Integrated Persistent Storage"
|
label: "Integrated Persistent Storage"
|
||||||
|
|||||||
@@ -156,6 +156,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -34,8 +34,6 @@ env:
|
|||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
primary: true
|
|
||||||
type: NodePort
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 80
|
||||||
|
|||||||
@@ -158,6 +158,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -200,13 +206,17 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8071
|
default: 8071
|
||||||
|
|
||||||
|
|
||||||
- variable: odoo-2
|
- variable: odoo-2
|
||||||
label: "Odoo-2 Service Port Configuration"
|
label: "Odoo-2 Service Port Configuration"
|
||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -265,59 +275,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -32,15 +32,16 @@ service:
|
|||||||
port: 8069
|
port: 8069
|
||||||
targetPort: 8069
|
targetPort: 8069
|
||||||
odoo:
|
odoo:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
odoo-1:
|
odoo-1:
|
||||||
|
enabled: true
|
||||||
port: 8071
|
port: 8071
|
||||||
targetPort: 8071
|
targetPort: 8071
|
||||||
protocol: TCP
|
|
||||||
odoo-2:
|
odoo-2:
|
||||||
|
enabled: true
|
||||||
port: 8072
|
port: 8072
|
||||||
targetPort: 8072
|
targetPort: 8072
|
||||||
protocol: TCP
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
odoo:
|
odoo:
|
||||||
|
|||||||
@@ -160,59 +160,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,6 @@ env:
|
|||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|||||||
@@ -277,6 +277,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -156,7 +156,6 @@ questions:
|
|||||||
description: "This port gets exposed to the node. Only considered when service type is NodePort"
|
description: "This port gets exposed to the node. Only considered when service type is NodePort"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
|
|
||||||
min: 9000
|
min: 9000
|
||||||
max: 65535
|
max: 65535
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ env:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8888
|
port: 8888
|
||||||
|
|||||||
@@ -157,6 +157,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -31,14 +31,13 @@ service:
|
|||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
rtmp:
|
rtmp:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: NodePort
|
|
||||||
externalTrafficPolicy: Local
|
externalTrafficPolicy: Local
|
||||||
ports:
|
ports:
|
||||||
rtmp:
|
rtmp:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 1935
|
port: 1935
|
||||||
targetPort: 1935
|
targetPort: 1935
|
||||||
protocol: TCP
|
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ podSecurityContext:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 80
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ podSecurityContext:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 80
|
||||||
|
|||||||
@@ -194,6 +194,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -249,6 +255,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -292,7 +304,6 @@ questions:
|
|||||||
type: int
|
type: int
|
||||||
default: 53
|
default: 53
|
||||||
|
|
||||||
|
|
||||||
- variable: serviceexpert
|
- variable: serviceexpert
|
||||||
group: "Networking and Services"
|
group: "Networking and Services"
|
||||||
label: "Show Expert Config"
|
label: "Show Expert Config"
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ envFrom:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 9089
|
port: 9089
|
||||||
@@ -29,7 +28,6 @@ service:
|
|||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
dns-tcp:
|
dns-tcp:
|
||||||
protocol: TCP
|
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 53
|
port: 53
|
||||||
targetPort: 53
|
targetPort: 53
|
||||||
@@ -37,8 +35,8 @@ service:
|
|||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
dns:
|
dns:
|
||||||
protocol: UDP
|
|
||||||
enabled: true
|
enabled: true
|
||||||
|
protocol: UDP
|
||||||
port: 53
|
port: 53
|
||||||
targetPort: 53
|
targetPort: 53
|
||||||
|
|
||||||
|
|||||||
@@ -13,16 +13,14 @@ service:
|
|||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
tcp:
|
tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
ports:
|
||||||
tcp:
|
tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 51080
|
port: 51080
|
||||||
targetPort: 51080
|
targetPort: 51080
|
||||||
protocol: TCP
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PASSWORD: secretpasswordgoeshere
|
PASSWORD: "secretpasswordgoeshere"
|
||||||
CHECK_FREQUENCY: 240
|
CHECK_FREQUENCY: 240
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -31,12 +31,15 @@ env:
|
|||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
enabled: false
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
smtp:
|
||||||
|
enabled: true
|
||||||
|
ports:
|
||||||
smtp:
|
smtp:
|
||||||
enabled: true
|
enabled: true
|
||||||
protocol: TCP
|
|
||||||
port: 25
|
port: 25
|
||||||
targetPort: 25
|
targetPort: 25
|
||||||
|
|
||||||
|
|||||||
@@ -157,6 +157,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -212,6 +218,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ service:
|
|||||||
enabled: true
|
enabled: true
|
||||||
port: 6881
|
port: 6881
|
||||||
targetPort: 6881
|
targetPort: 6881
|
||||||
protocol: TCP
|
|
||||||
torrentudp:
|
torrentudp:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -207,59 +207,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -164,6 +164,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -220,6 +226,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -39,17 +39,14 @@ service:
|
|||||||
port: 8888
|
port: 8888
|
||||||
targetPort: 8888
|
targetPort: 8888
|
||||||
bt-tcp:
|
bt-tcp:
|
||||||
enabled: false
|
enabled: true
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
ports:
|
||||||
bt-tcp:
|
bt-tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 55555
|
port: 55555
|
||||||
targetPort: 55555
|
targetPort: 55555
|
||||||
protocol: TCP
|
|
||||||
bt-udp:
|
bt-udp:
|
||||||
enabled: false
|
enabled: true
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
ports:
|
||||||
bt-udp:
|
bt-udp:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -31,8 +31,6 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
protocol: TCP
|
|
||||||
port: 10000
|
port: 10000
|
||||||
targetPort: 10000
|
targetPort: 10000
|
||||||
|
|
||||||
|
|||||||
@@ -165,59 +165,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -212,59 +212,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -12,13 +12,14 @@ service:
|
|||||||
port: 8384
|
port: 8384
|
||||||
targetPort: 8384
|
targetPort: 8384
|
||||||
listeners:
|
listeners:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
tcp:
|
tcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 22000
|
port: 22000
|
||||||
targetPort: 22000
|
targetPort: 22000
|
||||||
protocol: TCP
|
|
||||||
listeners-udp:
|
listeners-udp:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
udp:
|
udp:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -26,6 +27,7 @@ service:
|
|||||||
targetPort: 22000
|
targetPort: 22000
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
discovery:
|
discovery:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
discovery:
|
discovery:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -159,6 +159,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -215,6 +221,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -18,11 +18,8 @@ podSecurityContext:
|
|||||||
# 30033 file transport
|
# 30033 file transport
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
port: 10011
|
port: 10011
|
||||||
targetPort: 10011
|
targetPort: 10011
|
||||||
protocol: "TCP"
|
protocol: "TCP"
|
||||||
@@ -36,7 +33,6 @@ service:
|
|||||||
protocol: "UDP"
|
protocol: "UDP"
|
||||||
files:
|
files:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
ports:
|
||||||
files:
|
files:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -214,59 +214,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -172,59 +172,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -499,6 +499,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -554,6 +560,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ service:
|
|||||||
enabled: true
|
enabled: true
|
||||||
port: 51413
|
port: 51413
|
||||||
targetPort: 51413
|
targetPort: 51413
|
||||||
protocol: TCP
|
|
||||||
torrentudp:
|
torrentudp:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -165,59 +165,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -164,6 +164,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -26,13 +26,11 @@ service:
|
|||||||
targetPort: 9981
|
targetPort: 9981
|
||||||
htsp:
|
htsp:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
ports:
|
||||||
htsp:
|
htsp:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 9982
|
port: 9982
|
||||||
targetPort: 9982
|
targetPort: 9982
|
||||||
protocol: TCP
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|||||||
@@ -164,6 +164,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -219,6 +225,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -274,6 +286,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -329,6 +347,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -377,6 +401,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ service:
|
|||||||
enabled: true
|
enabled: true
|
||||||
port: 8080
|
port: 8080
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
protocol: TCP
|
|
||||||
stun:
|
stun:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
@@ -34,15 +33,14 @@ service:
|
|||||||
targetPort: 3478
|
targetPort: 3478
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
speedtest:
|
speedtest:
|
||||||
enabled: false
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
speedtest:
|
speedtest:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 6789
|
port: 6789
|
||||||
targetPort: 6789
|
targetPort: 6789
|
||||||
protocol: TCP
|
|
||||||
guestportal:
|
guestportal:
|
||||||
enabled: false
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
web:
|
web:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ podSecurityContext:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 3001
|
port: 3001
|
||||||
|
|||||||
@@ -253,6 +253,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -309,6 +315,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -357,6 +369,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -405,6 +423,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
@@ -448,7 +472,6 @@ questions:
|
|||||||
type: int
|
type: int
|
||||||
default: 2458
|
default: 2458
|
||||||
|
|
||||||
|
|
||||||
- variable: serviceexpert
|
- variable: serviceexpert
|
||||||
group: "Networking and Services"
|
group: "Networking and Services"
|
||||||
label: "Show Expert Config"
|
label: "Show Expert Config"
|
||||||
|
|||||||
@@ -45,11 +45,14 @@ service:
|
|||||||
port: 9010
|
port: 9010
|
||||||
targetPort: 9010
|
targetPort: 9010
|
||||||
supervisor:
|
supervisor:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
supervisor:
|
supervisor:
|
||||||
|
enabled: true
|
||||||
port: 9011
|
port: 9011
|
||||||
targetPort: 9011
|
targetPort: 9011
|
||||||
valheim:
|
valheim:
|
||||||
|
enabled: true
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
valheim-1:
|
valheim-1:
|
||||||
|
|||||||
@@ -452,6 +452,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ service:
|
|||||||
port: 8080
|
port: 8080
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
ws:
|
ws:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
ws:
|
ws:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -165,59 +165,7 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
- variable: dnsPolicy
|
# Include{serviceExpert}
|
||||||
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{serviceList}
|
# Include{serviceList}
|
||||||
|
|
||||||
|
|||||||
@@ -156,6 +156,12 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enable the port"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
- 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"
|
||||||
|
|||||||
@@ -67,13 +67,11 @@ service:
|
|||||||
targetPort: 8091
|
targetPort: 8091
|
||||||
ws:
|
ws:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
ports:
|
||||||
ws:
|
ws:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 3000
|
port: 3000
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
protocol: TCP
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|||||||
Reference in New Issue
Block a user