chore(apps): remove hidden vars/configs from questions.yaml after making sure they are defined in values.yaml (#1577)
This commit is contained in:
@@ -97,14 +97,6 @@ questions:
|
|||||||
required: true
|
required: true
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/nodeIP"
|
- "definitions/nodeIP"
|
||||||
- variable: nodePort
|
|
||||||
label: "nodePort"
|
|
||||||
description: "Sets the port of this node."
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
required: true
|
|
||||||
hidden: true
|
|
||||||
default: 8267
|
|
||||||
- variable: serverIP
|
- variable: serverIP
|
||||||
label: "serverIP"
|
label: "serverIP"
|
||||||
description: "Sets the serverIP, to which this node will connect. Use the service name if the node is in the same cluster"
|
description: "Sets the serverIP, to which this node will connect. Use the service name if the node is in the same cluster"
|
||||||
|
|||||||
@@ -90,30 +90,6 @@ questions:
|
|||||||
type: int
|
type: int
|
||||||
required: true
|
required: true
|
||||||
default: 568
|
default: 568
|
||||||
- variable: serverIP
|
|
||||||
label: "serverIP"
|
|
||||||
description: "Sets the serverIP."
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
hidden: true
|
|
||||||
default: "localhost"
|
|
||||||
- variable: serverPort
|
|
||||||
label: "serverPort"
|
|
||||||
description: "Sets the server's comm port."
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
required: true
|
|
||||||
hidden: true
|
|
||||||
default: 8266
|
|
||||||
- variable: webUIPort
|
|
||||||
label: "webUIPort"
|
|
||||||
description: "Sets the webUIPort."
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
required: true
|
|
||||||
hidden: true
|
|
||||||
default: 8265
|
|
||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|
||||||
|
|||||||
@@ -99,13 +99,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 568
|
default: 568
|
||||||
- variable: RPC_PORT
|
|
||||||
label: "RPC_PORT"
|
|
||||||
description: "Sets the RPC_PORT env var"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
hidden: true
|
|
||||||
default: 6800
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|
||||||
- variable: service
|
- variable: service
|
||||||
|
|||||||
@@ -1069,12 +1069,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
- variable: minimum_parameter_entropy
|
|
||||||
label: "Minimum Parameter Entropy"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 8
|
|
||||||
hidden: true
|
|
||||||
- variable: clients
|
- variable: clients
|
||||||
label: "Clients"
|
label: "Clients"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -99,14 +99,6 @@ questions:
|
|||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
# Include{fixedEnv}
|
# Include{fixedEnv}
|
||||||
- variable: GOTIFY_SERVER_PORT
|
|
||||||
label: "GOTIFY_SERVER_PORT"
|
|
||||||
description: "Sets the GOTIFY_SERVER_PORT env var"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
required: true
|
|
||||||
hidden: true
|
|
||||||
default: 8080
|
|
||||||
- variable: GOTIFY_SERVER_KEEPALIVEPERIODSECONDS
|
- variable: GOTIFY_SERVER_KEEPALIVEPERIODSECONDS
|
||||||
label: "GOTIFY_SERVER_KEEPALIVEPERIODSECONDS"
|
label: "GOTIFY_SERVER_KEEPALIVEPERIODSECONDS"
|
||||||
description: "Sets the GOTIFY_SERVER_KEEPALIVEPERIODSECONDS env var"
|
description: "Sets the GOTIFY_SERVER_KEEPALIVEPERIODSECONDS env var"
|
||||||
|
|||||||
@@ -87,14 +87,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: APP_PORT
|
|
||||||
label: "APP_PORT"
|
|
||||||
description: "Sets the APP_BASE_URL env var"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
required: true
|
|
||||||
hidden: true
|
|
||||||
default: 22300
|
|
||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|
||||||
|
|||||||
@@ -112,54 +112,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "/photoprism/import"
|
default: "/photoprism/import"
|
||||||
- variable: PHOTOPRISM_TEMP_PATH
|
|
||||||
label: "PHOTOPRISM_TEMP_PATH"
|
|
||||||
description: "Photoprism temp path"
|
|
||||||
schema:
|
|
||||||
hidden: true
|
|
||||||
editable: false
|
|
||||||
type: string
|
|
||||||
default: "/photoprism/temp"
|
|
||||||
- variable: PHOTOPRISM_STORAGE_PATH
|
|
||||||
label: "PHOTOPRISM_STORAGE_PATH"
|
|
||||||
description: "Photoprism storage path"
|
|
||||||
schema:
|
|
||||||
hidden: true
|
|
||||||
editable: false
|
|
||||||
type: string
|
|
||||||
default: "/assets/storage"
|
|
||||||
- variable: PHOTOPRISM_SIDECAR_PATH
|
|
||||||
label: "PHOTOPRISM_SIDECAR_PATH"
|
|
||||||
description: "Photoprism sidecar path"
|
|
||||||
schema:
|
|
||||||
hidden: true
|
|
||||||
editable: false
|
|
||||||
type: string
|
|
||||||
default: "/assets/sidecar"
|
|
||||||
- variable: PHOTOPRISM_CACHE_PATH
|
|
||||||
label: "PHOTOPRISM_CACHE_PATH"
|
|
||||||
description: "Photoprism cache path"
|
|
||||||
schema:
|
|
||||||
hidden: true
|
|
||||||
editable: false
|
|
||||||
type: string
|
|
||||||
default: "/assets/cache"
|
|
||||||
- variable: PHOTOPRISM_CONFIG_PATH
|
|
||||||
label: "PHOTOPRISM_CONFIG_PATH"
|
|
||||||
description: "Photoprism config path"
|
|
||||||
schema:
|
|
||||||
hidden: true
|
|
||||||
editable: false
|
|
||||||
type: string
|
|
||||||
default: "/assets/config"
|
|
||||||
- variable: PROTOPRISM_BACKUP_PATH
|
|
||||||
label: "PROTOPRISM_BACKUP_PATH"
|
|
||||||
description: "Photoprism backup path"
|
|
||||||
schema:
|
|
||||||
hidden: true
|
|
||||||
editable: false
|
|
||||||
type: string
|
|
||||||
default: "/assets/backup"
|
|
||||||
- variable: PHOTOPRISM_PUBLIC
|
- variable: PHOTOPRISM_PUBLIC
|
||||||
label: "PHOTOPRISM_PUBLIC"
|
label: "PHOTOPRISM_PUBLIC"
|
||||||
description: "Disable authentication / password protection"
|
description: "Disable authentication / password protection"
|
||||||
|
|||||||
@@ -18,23 +18,23 @@ env:
|
|||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
TZ: UTC
|
TZ: UTC
|
||||||
# -- Photoprism originals path
|
# -- Photoprism originals path
|
||||||
PHOTOPRISM_ORIGINALS_PATH: /photoprism/originals
|
PHOTOPRISM_ORIGINALS_PATH: "/photoprism/originals"
|
||||||
# -- Photoprism import path
|
# -- Photoprism import path
|
||||||
PHOTOPRISM_IMPORT_PATH: /photoprism/import
|
PHOTOPRISM_IMPORT_PATH: "/photoprism/import"
|
||||||
# -- Photoprism temp path
|
# -- Photoprism temp path
|
||||||
PHOTOPRISM_TEMP_PATH: /photoprism/temp
|
PHOTOPRISM_TEMP_PATH: "/photoprism/temp"
|
||||||
# -- Photoprism storage path
|
# -- Photoprism storage path
|
||||||
PHOTOPRISM_STORAGE_PATH: /assets/storage
|
PHOTOPRISM_STORAGE_PATH: "/assets/storage"
|
||||||
# -- Photoprism sidecar path
|
# -- Photoprism sidecar path
|
||||||
PHOTOPRISM_SIDECAR_PATH: /assets/sidecar
|
PHOTOPRISM_SIDECAR_PATH: "/assets/sidecar"
|
||||||
# -- Photoprism cache path
|
# -- Photoprism cache path
|
||||||
PHOTOPRISM_CACHE_PATH: /assets/cache
|
PHOTOPRISM_CACHE_PATH: "/assets/cache"
|
||||||
# -- Photoprism config path
|
# -- Photoprism config path
|
||||||
PHOTOPRISM_CONFIG_PATH: /assets/config
|
PHOTOPRISM_CONFIG_PATH: "/assets/config"
|
||||||
# -- Photoprism backup path
|
# -- Photoprism backup path
|
||||||
PROTOPRISM_BACKUP_PATH: /assets/backup
|
PROTOPRISM_BACKUP_PATH: "/assets/backup"
|
||||||
# -- Disable authentication / password protection
|
# -- Disable authentication / password protection
|
||||||
PHOTOPRISM_PUBLIC: "false"
|
PHOTOPRISM_PUBLIC: false
|
||||||
# -- Sets UID Photoprism runs under.
|
# -- Sets UID Photoprism runs under.
|
||||||
UID: # 1000
|
UID: # 1000
|
||||||
# -- Sets GID Photoprism runs under.
|
# -- Sets GID Photoprism runs under.
|
||||||
|
|||||||
@@ -94,13 +94,6 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
- variable: LISTENER_PORT
|
|
||||||
label: "LISTENER_PORT"
|
|
||||||
description: "Port where ser2sock listens"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
default: "{{ .Values.service.main.ports.main.port }}"
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|
||||||
- variable: service
|
- variable: service
|
||||||
|
|||||||
@@ -74,14 +74,7 @@ questions:
|
|||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
# Include{fixedEnv}
|
# Include{fixedEnv}
|
||||||
- variable: TS3SERVER_LICENSE
|
|
||||||
label: "TS3SERVER_LICENSE"
|
|
||||||
description: "Accept TS3SERVER LICENSE"
|
|
||||||
schema:
|
|
||||||
hidden: true
|
|
||||||
editable: false
|
|
||||||
type: string
|
|
||||||
default: "accept"
|
|
||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ service:
|
|||||||
targetPort: 30033
|
targetPort: 30033
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TS3SERVER_LICENSE: accept
|
TS3SERVER_LICENSE: "accept"
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
|
|||||||
@@ -40,12 +40,6 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: UP_PROMETHEUS_DISABLE
|
|
||||||
label: "Disable Prometheus Metrics"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
hidden: true
|
|
||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ env:
|
|||||||
# UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443"
|
# UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443"
|
||||||
# UP_UNIFI_DEFAULT_USER: "unifipoller"
|
# UP_UNIFI_DEFAULT_USER: "unifipoller"
|
||||||
# UP_UNIFI_DEFAULT_PASS: "unifipoller"
|
# UP_UNIFI_DEFAULT_PASS: "unifipoller"
|
||||||
# UP_PROMETHEUS_DISABLE: true
|
UP_PROMETHEUS_DISABLE: false
|
||||||
UP_INFLUXDB_DISABLE: true
|
UP_INFLUXDB_DISABLE: true
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|||||||
@@ -111,20 +111,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
- variable: STATUS_HTTP_PORT
|
|
||||||
label: "STATUS_HTTP_PORT"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 9010
|
|
||||||
hidden: true
|
|
||||||
required: true
|
|
||||||
- variable: SUPERVISOR_HTTP_PORT
|
|
||||||
label: "SUPERVISOR_HTTP_PORT"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 9011
|
|
||||||
hidden: true
|
|
||||||
required: true
|
|
||||||
- variable: SUPERVISOR_HTTP
|
- variable: SUPERVISOR_HTTP
|
||||||
label: "SUPERVISOR_HTTP"
|
label: "SUPERVISOR_HTTP"
|
||||||
schema:
|
schema:
|
||||||
@@ -136,13 +122,6 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
default: "My Server"
|
default: "My Server"
|
||||||
required: true
|
required: true
|
||||||
- variable: SERVER_PORT
|
|
||||||
label: "SERVER_PORT"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 2456
|
|
||||||
hidden: true
|
|
||||||
required: true
|
|
||||||
- variable: WORLD_NAME
|
- variable: WORLD_NAME
|
||||||
label: "WORLD_NAME"
|
label: "WORLD_NAME"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -342,13 +342,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 600
|
default: 600
|
||||||
- variable: enableWebsockets
|
|
||||||
label: "Enable Websocket Connections"
|
|
||||||
description: "Enable Websockets for notification. https://github.com/dani-garcia/vaultwarden/wiki/Enabling-WebSocket-notifications"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
hidden: true
|
|
||||||
- variable: enableWebVault
|
- variable: enableWebVault
|
||||||
label: "Enable Webvault"
|
label: "Enable Webvault"
|
||||||
description: "Enable Web Vault (static content). https://github.com/dani-garcia/vaultwarden/wiki/Disabling-or-overriding-the-Vault-interface-hosting"
|
description: "Enable Web Vault (static content). https://github.com/dani-garcia/vaultwarden/wiki/Disabling-or-overriding-the-Vault-interface-hosting"
|
||||||
|
|||||||
Reference in New Issue
Block a user