225 lines
12 KiB
YAML
225 lines
12 KiB
YAML
- variable: integrations
|
|
label: Integrations
|
|
description: Connect ingress with other charts
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: traefik
|
|
label: Traefik
|
|
description: Connect ingress with Traefik
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: enabled
|
|
label: enabled
|
|
schema:
|
|
type: boolean
|
|
default: true
|
|
- variable: allowCors
|
|
label: 'Allow Cross Origin Requests (advanced)'
|
|
schema:
|
|
type: boolean
|
|
default: false
|
|
show_if: [["enabled", "=", true]]
|
|
- variable: entrypoints
|
|
label: Entrypoints
|
|
schema:
|
|
type: list
|
|
default: ["websecure"]
|
|
show_if: [["enabled", "=", true]]
|
|
items:
|
|
- variable: entrypoint
|
|
label: Entrypoint
|
|
schema:
|
|
type: string
|
|
- variable: middlewares
|
|
label: Middlewares
|
|
schema:
|
|
type: list
|
|
default: []
|
|
show_if: [["enabled", "=", true]]
|
|
items:
|
|
- variable: middleware
|
|
label: Middleware
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: name
|
|
label: name
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
required: true
|
|
- variable: namespace
|
|
label: 'namespace (optional)'
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: certManager
|
|
label: certManager
|
|
description: Connect ingress with certManager
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: enabled
|
|
label: enabled
|
|
schema:
|
|
type: boolean
|
|
default: false
|
|
- variable: certificateIssuer
|
|
label: certificateIssuer
|
|
description: defaults to chartname
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
show_if: [["enabled", "=", true]]
|
|
- variable: homepage
|
|
label: Homepage
|
|
description: Connect ingress with Homepage
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: enabled
|
|
label: enabled
|
|
schema:
|
|
type: boolean
|
|
default: false
|
|
- variable: name
|
|
label: Name (Optional)
|
|
description: Defaults to chart name
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
show_if: [["enabled", "=", true]]
|
|
- variable: description
|
|
label: Description (Optional)
|
|
description: Defaults to chart description
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
show_if: [["enabled", "=", true]]
|
|
- variable: icon
|
|
label: Icon (Optional)
|
|
description: Defaults to chart icon
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
show_if: [["enabled", "=", true]]
|
|
- variable: group
|
|
label: Group
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: "default"
|
|
show_if: [["enabled", "=", true]]
|
|
- variable: widget
|
|
label: Widget Settings
|
|
schema:
|
|
type: dict
|
|
additional_attrs: true
|
|
show_if: [["enabled", "=", true]]
|
|
attrs:
|
|
- variable: enabled
|
|
label: Enable Widget
|
|
description: When disabled all widget annotations are skipped.
|
|
schema:
|
|
type: boolean
|
|
default: true
|
|
- variable: custom
|
|
label: Options
|
|
schema:
|
|
type: dict
|
|
additional_attrs: true
|
|
attrs:
|
|
- variable: key
|
|
label: API-key (key)
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: customkv
|
|
label: Custom Options
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: option
|
|
label: Option
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: key
|
|
label: Key
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
required: true
|
|
- variable: value
|
|
label: Value
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
required: true
|
|
- variable: advanced
|
|
label: Show Advanced Settings
|
|
description: Advanced settings are not covered by TrueCharts Support
|
|
schema:
|
|
type: boolean
|
|
default: false
|
|
- variable: ingressClassName
|
|
label: (Advanced/Optional) IngressClass Name
|
|
schema:
|
|
type: string
|
|
show_if: [["advanced", "=", true]]
|
|
default: ""
|
|
- variable: tls
|
|
label: TLS-Settings
|
|
schema:
|
|
type: list
|
|
show_if: [["advanced", "=", true]]
|
|
default: []
|
|
items:
|
|
- variable: tlsEntry
|
|
label: Host
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: hosts
|
|
label: Certificate Hosts
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: host
|
|
label: Host
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
required: true
|
|
|
|
- variable: certificateIssuer
|
|
label: Use Cert-Manager clusterIssuer
|
|
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: clusterCertificate
|
|
label: 'Cluster Certificate (Advanced)'
|
|
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
|
schema:
|
|
type: string
|
|
show_if: [["certificateIssuer", "=", ""]]
|
|
default: ""
|
|
- variable: secretName
|
|
label: 'Use Custom Certificate Secret (Advanced)'
|
|
schema:
|
|
show_if: [["certificateIssuer", "=", ""]]
|
|
type: string
|
|
default: ""
|