mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
Update catalog information
This commit is contained in:
@@ -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'
|
||||
@@ -9,9 +9,9 @@ resources:
|
||||
npmConfig:
|
||||
additionalEnvs: []
|
||||
npmNetwork:
|
||||
webPort: 30000
|
||||
httpPort: 30001
|
||||
httpsPort: 30002
|
||||
webPort: 30020
|
||||
httpPort: 30021
|
||||
httpsPort: 30022
|
||||
npmStorage:
|
||||
data:
|
||||
type: ixVolume
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user