mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
NAS-122337 / 23.10 / Avoid overlap with default ports across all apps (#1251)
* bump apps * bump webdav
This commit is contained in:
@@ -83,7 +83,7 @@ questions:
|
||||
description: The port for the Elastic Search HTTP
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30003
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -20,7 +20,7 @@ esRunAs:
|
||||
group: 1000
|
||||
|
||||
esNetwork:
|
||||
httpPort: 30000
|
||||
httpPort: 30003
|
||||
hostNetwork: false
|
||||
certificateID: ''
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ description: The Prometheus monitoring system and time series database.
|
||||
annotations:
|
||||
title: Prometheus
|
||||
type: application
|
||||
version: 1.0.9
|
||||
version: 1.0.10
|
||||
apiVersion: v2
|
||||
appVersion: v2.44.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -117,7 +117,7 @@ questions:
|
||||
description: The port for the Prometheus API (And WebUI).
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30002
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -16,7 +16,7 @@ prometheusConfig:
|
||||
additionalArgs: []
|
||||
|
||||
prometheusNetwork:
|
||||
apiPort: 30000
|
||||
apiPort: 30002
|
||||
hostNetwork: false
|
||||
|
||||
prometheusRunAs:
|
||||
|
||||
@@ -58,7 +58,7 @@ questions:
|
||||
port set here to take effect. (Or wait for the container to restart automatically)
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30004
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -9,7 +9,7 @@ resources:
|
||||
memory: 8Gi
|
||||
|
||||
adguardNetwork:
|
||||
webPort: 30000
|
||||
webPort: 30004
|
||||
enableDHCP: false
|
||||
|
||||
# FIXME: See _adguard.tpl
|
||||
|
||||
@@ -3,7 +3,7 @@ description: ClamAV is an open source (GPLv2) anti-virus toolkit.
|
||||
annotations:
|
||||
title: Clam AV
|
||||
type: application
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
apiVersion: v2
|
||||
appVersion: '1.0.1'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -84,7 +84,7 @@ questions:
|
||||
description: The port for the ClamAV ClamD
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30005
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
@@ -93,7 +93,7 @@ questions:
|
||||
description: The port for the ClamAV MilterD
|
||||
schema:
|
||||
type: int
|
||||
default: 30001
|
||||
default: 30006
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -17,8 +17,8 @@ clamavConfig:
|
||||
additionalEnvs: []
|
||||
|
||||
clamavNetwork:
|
||||
clamdPort: 30000
|
||||
milterdPort: 30001
|
||||
clamdPort: 30005
|
||||
milterdPort: 30006
|
||||
|
||||
clamavStorage:
|
||||
sigdb:
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Lightweight universal DDNS Updater with web UI
|
||||
annotations:
|
||||
title: DDNS Updater
|
||||
type: application
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
apiVersion: v2
|
||||
appVersion: 'v2.5.0'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -1264,7 +1264,7 @@ questions:
|
||||
description: The port for the DDNS Updater Web UI.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30007
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -42,7 +42,7 @@ ddnsConfig:
|
||||
|
||||
additionalEnvs: []
|
||||
ddnsNetwork:
|
||||
webPort: 30000
|
||||
webPort: 30007
|
||||
hostNetwork: false
|
||||
ddnsRunAs:
|
||||
user: 568
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Gitea - Git with a cup of tea
|
||||
annotations:
|
||||
title: Gitea
|
||||
type: application
|
||||
version: 1.0.7
|
||||
version: 1.0.8
|
||||
apiVersion: v2
|
||||
appVersion: '1.19.0'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -92,7 +92,7 @@ questions:
|
||||
description: The port for the Gitea WebUI.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30008
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
@@ -101,7 +101,7 @@ questions:
|
||||
description: The port for the Gitea SSH.
|
||||
schema:
|
||||
type: int
|
||||
default: 30001
|
||||
default: 30009
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -12,8 +12,8 @@ giteaConfig:
|
||||
additionalEnvs: []
|
||||
|
||||
giteaNetwork:
|
||||
webPort: 30000
|
||||
sshPort: 30001
|
||||
webPort: 30008
|
||||
sshPort: 30009
|
||||
certificateID: ""
|
||||
rootURL: ""
|
||||
hostNetwork: false
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Interplanetary Filesystem - the Web3 standard for content-addressin
|
||||
annotations:
|
||||
title: IPFS
|
||||
type: application
|
||||
version: 1.0.12
|
||||
version: 1.0.13
|
||||
apiVersion: v2
|
||||
appVersion: v0.20.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -85,7 +85,7 @@ questions:
|
||||
description: The port for the IPFS API (And WebUI).
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30010
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
@@ -94,7 +94,7 @@ questions:
|
||||
description: The port for the IPFS Swarm. Both TCP and UDP
|
||||
schema:
|
||||
type: int
|
||||
default: 30001
|
||||
default: 30011
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
@@ -103,7 +103,7 @@ questions:
|
||||
description: The port for the IPFS Gateway.
|
||||
schema:
|
||||
type: int
|
||||
default: 30002
|
||||
default: 30012
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -9,9 +9,9 @@ resources:
|
||||
ipfsConfig:
|
||||
additionalEnvs: []
|
||||
ipfsNetwork:
|
||||
apiPort: 30000
|
||||
swarmPort: 30001
|
||||
gatewayPort: 30002
|
||||
apiPort: 30010
|
||||
swarmPort: 30011
|
||||
gatewayPort: 30012
|
||||
hostNetwork: false
|
||||
ipfsRunAs:
|
||||
user: 568
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Jellyfin is a Free Software Media System that puts you in control o
|
||||
annotations:
|
||||
title: Jellyfin
|
||||
type: application
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
apiVersion: v2
|
||||
appVersion: '10.8.10'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -90,7 +90,7 @@ questions:
|
||||
description: The port for the Jellyfin Web UI.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30013
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -13,7 +13,7 @@ jellyfinConfig:
|
||||
additionalEnvs: []
|
||||
jellyfinGPU: {}
|
||||
jellyfinNetwork:
|
||||
webPort: 30000
|
||||
webPort: 30013
|
||||
hostNetwork: false
|
||||
jellyfinRunAs:
|
||||
user: 568
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Lidarr is a music collection manager for Usenet and BitTorrent user
|
||||
annotations:
|
||||
title: Lidarr
|
||||
type: application
|
||||
version: 1.0.9
|
||||
version: 1.0.10
|
||||
apiVersion: v2
|
||||
appVersion: '1.1.3.2982'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -91,7 +91,7 @@ questions:
|
||||
description: The port for the Lidarr Web UI.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30014
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -12,7 +12,7 @@ lidarrConfig:
|
||||
instanceName: Lidarr
|
||||
additionalEnvs: []
|
||||
lidarrNetwork:
|
||||
webPort: 30000
|
||||
webPort: 30014
|
||||
hostNetwork: false
|
||||
lidarrRunAs:
|
||||
user: 568
|
||||
|
||||
@@ -3,7 +3,7 @@ description: MineOS is a server front-end to ease managing Minecraft administrat
|
||||
annotations:
|
||||
title: MineOS
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
apiVersion: v2
|
||||
appVersion: 'latest'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -113,7 +113,7 @@ questions:
|
||||
description: The port for MineOS WebUI
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30015
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
@@ -124,7 +124,7 @@ questions:
|
||||
It will open both TCP and UDP ports.
|
||||
schema:
|
||||
type: int
|
||||
default: 30001
|
||||
default: 30016
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
@@ -136,7 +136,7 @@ questions:
|
||||
Keep in mind that the port range can be at max 10 ports.
|
||||
schema:
|
||||
type: int
|
||||
default: 30002
|
||||
default: 30017
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -17,9 +17,9 @@ mineosID:
|
||||
user: 568
|
||||
group: 568
|
||||
mineosNetwork:
|
||||
webPort: 30000
|
||||
mineosPortRangeStart: 30021
|
||||
mineosPortRangeEnd: 30022
|
||||
webPort: 30015
|
||||
mineosPortRangeStart: 30016
|
||||
mineosPortRangeEnd: 30017
|
||||
useHTTPS: false
|
||||
certificateID: 0
|
||||
mineosStorage:
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Mumble is a free, open source, low latency, high quality voice chat
|
||||
annotations:
|
||||
title: Mumble
|
||||
type: application
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
apiVersion: v2
|
||||
appVersion: 'v1.4.230'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -95,7 +95,7 @@ questions:
|
||||
description: The port for the Mumble Server (UDP & TCP).
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30018
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
@@ -104,7 +104,7 @@ questions:
|
||||
description: The port for the Ice.
|
||||
schema:
|
||||
type: int
|
||||
default: 30001
|
||||
default: 30019
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -19,8 +19,8 @@ mumbleConfig:
|
||||
welcomeText: Welcome to Mumble!
|
||||
additionalEnvs: []
|
||||
mumbleNetwork:
|
||||
serverPort: 30000
|
||||
icePort: 30001
|
||||
serverPort: 30018
|
||||
icePort: 30019
|
||||
certificateID: 0
|
||||
mumbleStorage:
|
||||
data:
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Expose your services easily and securely
|
||||
annotations:
|
||||
title: Nginx Proxy Manager
|
||||
type: application
|
||||
version: 1.0.8
|
||||
version: 1.0.9
|
||||
apiVersion: v2
|
||||
appVersion: 2.10.3
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -71,7 +71,7 @@ questions:
|
||||
description: The port for the Nginx Proxy Manager Web UI.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30020
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
@@ -80,7 +80,7 @@ questions:
|
||||
description: The HTTP port for the Nginx Proxy Manager.
|
||||
schema:
|
||||
type: int
|
||||
default: 30001
|
||||
default: 30021
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
@@ -89,7 +89,7 @@ questions:
|
||||
description: The HTTP port for the Nginx Proxy Manager.
|
||||
schema:
|
||||
type: int
|
||||
default: 30002
|
||||
default: 30022
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -9,9 +9,9 @@ resources:
|
||||
npmConfig:
|
||||
additionalEnvs: []
|
||||
npmNetwork:
|
||||
webPort: 30000
|
||||
httpPort: 30001
|
||||
httpsPort: 30002
|
||||
webPort: 30020
|
||||
httpPort: 30021
|
||||
httpsPort: 30022
|
||||
npmStorage:
|
||||
data:
|
||||
type: ixVolume
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Overseerr is a free and open source software application for managi
|
||||
annotations:
|
||||
title: Overseerr
|
||||
type: application
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
apiVersion: v2
|
||||
appVersion: '1.32.5'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -94,7 +94,7 @@ questions:
|
||||
description: The port for the Overseerr Web UI.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30023
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -12,7 +12,7 @@ overseerrConfig:
|
||||
additionalEnvs: []
|
||||
|
||||
overseerrNetwork:
|
||||
webPort: 30000
|
||||
webPort: 30023
|
||||
hostNetwork: false
|
||||
|
||||
overseerrRunAs:
|
||||
|
||||
@@ -4,7 +4,7 @@ description: The qBittorrent project aims to provide an open-source software alt
|
||||
annotations:
|
||||
title: qBittorrent
|
||||
type: application
|
||||
version: 1.0.12
|
||||
version: 1.0.13
|
||||
apiVersion: v2
|
||||
appVersion: 4.5.3
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -84,7 +84,7 @@ questions:
|
||||
description: The port for the qBittorrent Web UI.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30024
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -11,7 +11,7 @@ resources:
|
||||
qbitConfig:
|
||||
additionalEnvs: []
|
||||
qbitNetwork:
|
||||
webPort: 30000
|
||||
webPort: 30024
|
||||
btPort: 50413
|
||||
hostNetwork: false
|
||||
qbitRunAs:
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Radarr is a movie collection manager for Usenet and BitTorrent user
|
||||
annotations:
|
||||
title: Radarr
|
||||
type: application
|
||||
version: 1.0.12
|
||||
version: 1.0.13
|
||||
apiVersion: v2
|
||||
appVersion: 4.5.2.7388
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -91,7 +91,7 @@ questions:
|
||||
description: The port for the Radarr Web UI.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30025
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -12,7 +12,7 @@ radarrConfig:
|
||||
instanceName: Radarr
|
||||
additionalEnvs: []
|
||||
radarrNetwork:
|
||||
webPort: 30000
|
||||
webPort: 30025
|
||||
hostNetwork: false
|
||||
radarrRunAs:
|
||||
user: 568
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Rsync is an open source utility that provides fast incremental file
|
||||
annotations:
|
||||
title: Rsync Daemon
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
apiVersion: v2
|
||||
appVersion: 1.0.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -56,7 +56,7 @@ questions:
|
||||
description: The port for Rsync.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30026
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -13,5 +13,5 @@ rsyncConfig:
|
||||
auxParams: []
|
||||
rsyncNetwork:
|
||||
hostNetwork: false
|
||||
rsyncPort: 30000
|
||||
rsyncPort: 30026
|
||||
rsyncModules: []
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Sonarr is a PVR for Usenet and BitTorrent users.
|
||||
annotations:
|
||||
title: Sonarr
|
||||
type: application
|
||||
version: 1.0.9
|
||||
version: 1.0.10
|
||||
apiVersion: v2
|
||||
appVersion: '3.0.10.1567'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -91,7 +91,7 @@ questions:
|
||||
description: The port for the Sonarr Web UI.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30027
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -12,7 +12,7 @@ sonarrConfig:
|
||||
instanceName: Sonarr
|
||||
additionalEnvs: []
|
||||
sonarrNetwork:
|
||||
webPort: 30000
|
||||
webPort: 30027
|
||||
hostNetwork: false
|
||||
sonarrRunAs:
|
||||
user: 568
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Tdarr is a Distributed Transcoding System
|
||||
annotations:
|
||||
title: Tdarr
|
||||
type: application
|
||||
version: 1.0.7
|
||||
version: 1.0.8
|
||||
apiVersion: v2
|
||||
appVersion: '2.00.20.1'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -110,7 +110,7 @@ questions:
|
||||
description: The port for the Tdarr Web UI.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30028
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
@@ -119,7 +119,7 @@ questions:
|
||||
description: The port for the Tdarr Server.
|
||||
schema:
|
||||
type: int
|
||||
default: 30001
|
||||
default: 30029
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -13,8 +13,8 @@ tdarrConfig:
|
||||
serverIP: "0.0.0.0"
|
||||
additionalEnvs: []
|
||||
tdarrNetwork:
|
||||
webPort: 30000
|
||||
serverPort: 30001
|
||||
webPort: 30028
|
||||
serverPort: 30029
|
||||
tdarrGPU: {}
|
||||
tdarrID:
|
||||
user: 568
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Terraria is a land of adventure! A land of mystery! A land that's y
|
||||
annotations:
|
||||
title: Terraria
|
||||
type: application
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
apiVersion: v2
|
||||
appVersion: '1.4.4.9'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -194,7 +194,7 @@ questions:
|
||||
description: The port for the Terraria Server.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30030
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -30,7 +30,7 @@ terrariaConfig:
|
||||
additionalArgs: []
|
||||
|
||||
terrariaNetwork:
|
||||
serverPort: 30000
|
||||
serverPort: 30030
|
||||
hostNetwork: false
|
||||
|
||||
terrariaStorage:
|
||||
|
||||
@@ -3,7 +3,7 @@ description: A lightweight tftp-server
|
||||
annotations:
|
||||
title: TFTP Server
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
apiVersion: v2
|
||||
appVersion: 1.0.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -77,7 +77,7 @@ questions:
|
||||
When hostNetwork is enabled, the port tftp port will be 69.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30031
|
||||
show_if: [["hostNetwork", "=", false]]
|
||||
min: 9000
|
||||
max: 65535
|
||||
|
||||
@@ -14,7 +14,7 @@ tftpConfig:
|
||||
tftpNetwork:
|
||||
hostNetwork: true
|
||||
# Only used if hostNetwork is false
|
||||
tftpPort: 30000
|
||||
tftpPort: 30031
|
||||
tftpStorage:
|
||||
tftpboot:
|
||||
type: ixVolume
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Alternative implementation of the Bitwarden server API written in R
|
||||
annotations:
|
||||
title: Vaultwarden
|
||||
type: application
|
||||
version: 1.0.11
|
||||
version: 1.0.12
|
||||
apiVersion: v2
|
||||
appVersion: '1.28.1'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -99,7 +99,7 @@ questions:
|
||||
description: The port for the Vaultwarden Web UI.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30032
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
@@ -114,7 +114,7 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["wsEnabled", "=", true]]
|
||||
default: 30001
|
||||
default: 30033
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -13,9 +13,9 @@ vaultwardenConfig:
|
||||
additionalEnvs: []
|
||||
|
||||
vaultwardenNetwork:
|
||||
webPort: 30000
|
||||
webPort: 30032
|
||||
wsEnabled: true
|
||||
wsPort: 30001
|
||||
wsPort: 30033
|
||||
hostNetwork: false
|
||||
certificateID: 0
|
||||
domain: ''
|
||||
|
||||
@@ -3,7 +3,7 @@ description: WebDAV is a set of extensions to the HTTP protocol which allows use
|
||||
annotations:
|
||||
title: WebDAv
|
||||
type: application
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
apiVersion: v2
|
||||
appVersion: '1.1.3.2982'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -108,7 +108,7 @@ questions:
|
||||
description: The port for HTTP WebDAV.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
default: 30034
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
@@ -125,7 +125,7 @@ questions:
|
||||
description: The port for HTTPS WebDAV.
|
||||
schema:
|
||||
type: int
|
||||
default: 30001
|
||||
default: 30035
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
|
||||
@@ -16,9 +16,9 @@ webdavConfig:
|
||||
webdavNetwork:
|
||||
hostNetwork: false
|
||||
http: true
|
||||
httpPort: 30000
|
||||
httpPort: 30034
|
||||
https: false
|
||||
httpsPort: 30001
|
||||
httpsPort: 30035
|
||||
certificateID: 0
|
||||
webdavRunAs:
|
||||
user: 568
|
||||
|
||||
Reference in New Issue
Block a user