WIP Cleanup configuration options (#4365)
* chore(apps): remove un-needed UI elements * dont grab metallb upstreams anymore * add new readme template pointing to the website and remove helm-values system * Move readme generation to daily job * remove readme addition and remve readme generation from build-release script * bump * remvoe the use of helm-docs * completely remove helm-docs * move tag sync to renovate bump action * fully remove tag sync and remove needless helm dependency updates * remove needless helm prep * get rid of needlessly loaded grafana repo
This commit is contained in:
@@ -1,34 +1,14 @@
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
- variable: protocol
|
||||
label: Port Type
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: enabled
|
||||
label: Enable the Port
|
||||
schema:
|
||||
type: boolean
|
||||
hidden: true
|
||||
default: true
|
||||
- variable: protocol
|
||||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: HTTPS
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
- value: HTTPS
|
||||
description: HTTPS
|
||||
- value: TCP
|
||||
description: TCP
|
||||
- value: UDP
|
||||
description: UDP
|
||||
- variable: nodePort
|
||||
label: Node Port (Optional)
|
||||
description: This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer
|
||||
schema:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
type: string
|
||||
default: HTTPS
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
- value: HTTPS
|
||||
description: HTTPS
|
||||
- value: TCP
|
||||
description: TCP
|
||||
- value: UDP
|
||||
description: UDP
|
||||
|
||||
@@ -1,34 +1,14 @@
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
- variable: protocol
|
||||
label: Port Type
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: enabled
|
||||
label: Enable the Port
|
||||
schema:
|
||||
type: boolean
|
||||
hidden: true
|
||||
default: true
|
||||
- variable: protocol
|
||||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: TCP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
- value: HTTPS
|
||||
description: HTTPS
|
||||
- value: TCP
|
||||
description: TCP
|
||||
- value: UDP
|
||||
description: UDP
|
||||
- variable: nodePort
|
||||
label: Node Port (Optional)
|
||||
description: This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer
|
||||
schema:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
type: string
|
||||
default: TCP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
- value: HTTPS
|
||||
description: HTTPS
|
||||
- value: TCP
|
||||
description: TCP
|
||||
- value: UDP
|
||||
description: UDP
|
||||
|
||||
@@ -1,34 +1,14 @@
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
- variable: protocol
|
||||
label: Port Type
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: enabled
|
||||
label: Enable the Port
|
||||
schema:
|
||||
type: boolean
|
||||
hidden: true
|
||||
default: true
|
||||
- variable: protocol
|
||||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: UDP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
- value: HTTPS
|
||||
description: HTTPS
|
||||
- value: TCP
|
||||
description: TCP
|
||||
- value: UDP
|
||||
description: UDP
|
||||
- variable: nodePort
|
||||
label: Node Port (Optional)
|
||||
description: This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer
|
||||
schema:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
type: string
|
||||
default: UDP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
- value: HTTPS
|
||||
description: HTTPS
|
||||
- value: TCP
|
||||
description: TCP
|
||||
- value: UDP
|
||||
description: UDP
|
||||
|
||||
@@ -74,64 +74,3 @@
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: dnsPolicy
|
||||
group: Networking and Services
|
||||
label: dnsPolicy
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
enum:
|
||||
- value: ""
|
||||
description: Default
|
||||
- value: ClusterFirst
|
||||
description: ClusterFirst
|
||||
- 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:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: nameservers
|
||||
label: Name Servers
|
||||
schema:
|
||||
default: []
|
||||
type: list
|
||||
items:
|
||||
- variable: nameserver
|
||||
label: Name Server
|
||||
schema:
|
||||
type: string
|
||||
- variable: options
|
||||
label: Options
|
||||
schema:
|
||||
default: []
|
||||
type: list
|
||||
items:
|
||||
- variable: option
|
||||
label: Option Entry
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
type: string
|
||||
- variable: value
|
||||
label: Value
|
||||
schema:
|
||||
type: string
|
||||
- variable: searches
|
||||
label: Searches
|
||||
schema:
|
||||
default: []
|
||||
type: list
|
||||
items:
|
||||
- variable: search
|
||||
label: Search Entry
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
hidden: true
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: externalIPs
|
||||
@@ -17,6 +18,7 @@
|
||||
description: "External IP's"
|
||||
schema:
|
||||
type: list
|
||||
hidden: true
|
||||
default: []
|
||||
items:
|
||||
- variable: externalIP
|
||||
@@ -29,6 +31,7 @@
|
||||
schema:
|
||||
type: string
|
||||
default: SingleStack
|
||||
hidden: true
|
||||
enum:
|
||||
- value: SingleStack
|
||||
description: SingleStack
|
||||
@@ -42,6 +45,7 @@
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
hidden: true
|
||||
items:
|
||||
- variable: ipFamily
|
||||
label: IP Family
|
||||
|
||||
Reference in New Issue
Block a user