chore(apps): remove hidden vars/configs from questions.yaml after making sure they are defined in values.yaml (#1577)

This commit is contained in:
Stavros Kois
2021-12-19 23:52:38 +01:00
committed by GitHub
parent 7f8336a0d2
commit 8825239904
15 changed files with 12 additions and 169 deletions
@@ -97,14 +97,6 @@ questions:
required: true
$ref:
- "definitions/nodeIP"
- variable: nodePort
label: "nodePort"
description: "Sets the port of this node."
schema:
type: int
required: true
hidden: true
default: 8267
- variable: 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"
-24
View File
@@ -90,30 +90,6 @@ questions:
type: int
required: true
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}
-7
View File
@@ -99,13 +99,6 @@ questions:
schema:
type: int
default: 568
- variable: RPC_PORT
label: "RPC_PORT"
description: "Sets the RPC_PORT env var"
schema:
type: int
hidden: true
default: 6800
# Include{containerConfig}
- variable: service
-6
View File
@@ -1069,12 +1069,6 @@ questions:
schema:
type: boolean
default: false
- variable: minimum_parameter_entropy
label: "Minimum Parameter Entropy"
schema:
type: int
default: 8
hidden: true
- variable: clients
label: "Clients"
schema:
-8
View File
@@ -99,14 +99,6 @@ questions:
type: dict
attrs:
# 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
label: "GOTIFY_SERVER_KEEPALIVEPERIODSECONDS"
description: "Sets the GOTIFY_SERVER_KEEPALIVEPERIODSECONDS env var"
@@ -87,14 +87,6 @@ questions:
schema:
type: string
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}
-48
View File
@@ -112,54 +112,6 @@ questions:
schema:
type: string
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
label: "PHOTOPRISM_PUBLIC"
description: "Disable authentication / password protection"
+9 -9
View File
@@ -18,23 +18,23 @@ env:
# -- Set the container timezone
TZ: UTC
# -- Photoprism originals path
PHOTOPRISM_ORIGINALS_PATH: /photoprism/originals
PHOTOPRISM_ORIGINALS_PATH: "/photoprism/originals"
# -- Photoprism import path
PHOTOPRISM_IMPORT_PATH: /photoprism/import
PHOTOPRISM_IMPORT_PATH: "/photoprism/import"
# -- Photoprism temp path
PHOTOPRISM_TEMP_PATH: /photoprism/temp
PHOTOPRISM_TEMP_PATH: "/photoprism/temp"
# -- Photoprism storage path
PHOTOPRISM_STORAGE_PATH: /assets/storage
PHOTOPRISM_STORAGE_PATH: "/assets/storage"
# -- Photoprism sidecar path
PHOTOPRISM_SIDECAR_PATH: /assets/sidecar
PHOTOPRISM_SIDECAR_PATH: "/assets/sidecar"
# -- Photoprism cache path
PHOTOPRISM_CACHE_PATH: /assets/cache
PHOTOPRISM_CACHE_PATH: "/assets/cache"
# -- Photoprism config path
PHOTOPRISM_CONFIG_PATH: /assets/config
PHOTOPRISM_CONFIG_PATH: "/assets/config"
# -- Photoprism backup path
PROTOPRISM_BACKUP_PATH: /assets/backup
PROTOPRISM_BACKUP_PATH: "/assets/backup"
# -- Disable authentication / password protection
PHOTOPRISM_PUBLIC: "false"
PHOTOPRISM_PUBLIC: false
# -- Sets UID Photoprism runs under.
UID: # 1000
# -- Sets GID Photoprism runs under.
-7
View File
@@ -94,13 +94,6 @@ questions:
type: string
required: true
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}
- variable: service
+1 -8
View File
@@ -74,14 +74,7 @@ questions:
type: dict
attrs:
# Include{fixedEnv}
- variable: TS3SERVER_LICENSE
label: "TS3SERVER_LICENSE"
description: "Accept TS3SERVER LICENSE"
schema:
hidden: true
editable: false
type: string
default: "accept"
# Include{containerConfig}
+1 -1
View File
@@ -37,7 +37,7 @@ service:
targetPort: 30033
env:
TS3SERVER_LICENSE: accept
TS3SERVER_LICENSE: "accept"
persistence:
data:
-6
View File
@@ -40,12 +40,6 @@ questions:
type: string
default: ""
required: true
- variable: UP_PROMETHEUS_DISABLE
label: "Disable Prometheus Metrics"
schema:
type: boolean
default: false
hidden: true
# Include{containerConfig}
+1 -1
View File
@@ -14,7 +14,7 @@ env:
# UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443"
# UP_UNIFI_DEFAULT_USER: "unifipoller"
# UP_UNIFI_DEFAULT_PASS: "unifipoller"
# UP_PROMETHEUS_DISABLE: true
UP_PROMETHEUS_DISABLE: false
UP_INFLUXDB_DISABLE: true
service:
-21
View File
@@ -111,20 +111,6 @@ questions:
schema:
type: boolean
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
label: "SUPERVISOR_HTTP"
schema:
@@ -136,13 +122,6 @@ questions:
type: string
default: "My Server"
required: true
- variable: SERVER_PORT
label: "SERVER_PORT"
schema:
type: int
default: 2456
hidden: true
required: true
- variable: WORLD_NAME
label: "WORLD_NAME"
schema:
-7
View File
@@ -342,13 +342,6 @@ questions:
schema:
type: int
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
label: "Enable Webvault"
description: "Enable Web Vault (static content). https://github.com/dani-garcia/vaultwarden/wiki/Disabling-or-overriding-the-Vault-interface-hosting"