Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5f4c032cd7
commit
9eb4243b83
|
@ -0,0 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
|
||||
## [nginx-proxy-manager-0.0.1]nginx-proxy-manager-0.0.1 (2022-10-16)
|
||||
|
||||
### Add
|
||||
|
||||
- add nginx-proxy-manager ([#4112](https://github.com/truecharts/charts/issues/4112))
|
||||
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.0
|
||||
- name: mariadb
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 3.0.92
|
||||
digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c
|
||||
generated: "2022-10-16T21:05:22.783046793Z"
|
|
@ -0,0 +1,36 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.9.18"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.0
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 3.0.92
|
||||
deprecated: false
|
||||
description: Managing Nginx proxy hosts with a simple, powerful interface.
|
||||
home: https://truecharts.org/docs/charts/incubator/nginx-proxy-manager
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.png
|
||||
keywords:
|
||||
- nginx-proxy-manager
|
||||
- nginx
|
||||
- reverse-proxy
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: nginx-proxy-manager
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/nginx-proxy-manager
|
||||
- https://github.com/NginxProxyManager/nginx-proxy-manager
|
||||
- https://hub.docker.com/r/jc21/nginx-proxy-manager
|
||||
- https://nginxproxymanager.com/
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1,109 @@
|
|||
# nginx-proxy-manager
|
||||
|
||||
Managing Nginx proxy hosts with a simple, powerful interface.
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
||||
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
|
||||
For more information, please click here: [nginx-proxy-manager](https://truecharts.org/docs/charts/incubator/nginx-proxy-manager)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/truecharts/charts/tree/master/charts/incubator/nginx-proxy-manager>
|
||||
* <https://github.com/NginxProxyManager/nginx-proxy-manager>
|
||||
* <https://hub.docker.com/r/jc21/nginx-proxy-manager>
|
||||
* <https://nginxproxymanager.com/>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.truecharts.org/ | mariadb | 3.0.92 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `nginx-proxy-manager`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://charts.truecharts.org
|
||||
helm repo update
|
||||
helm install nginx-proxy-manager TrueCharts/nginx-proxy-manager
|
||||
```
|
||||
|
||||
## Uninstall
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To uninstall the `nginx-proxy-manager` deployment
|
||||
|
||||
```console
|
||||
helm uninstall nginx-proxy-manager
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### Helm
|
||||
|
||||
#### Available Settings
|
||||
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the command line
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
```console
|
||||
helm install nginx-proxy-manager \
|
||||
--set env.TZ="America/New York" \
|
||||
TrueCharts/nginx-proxy-manager
|
||||
```
|
||||
|
||||
#### Configure using a yaml file
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||
|
||||
```console
|
||||
helm install nginx-proxy-manager TrueCharts/nginx-proxy-manager -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other charts
|
||||
|
||||
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
---
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -0,0 +1,8 @@
|
|||
Managing Nginx proxy hosts with a simple, powerful interface.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/nginx-proxy-manager](https://truecharts.org/docs/charts/incubator/nginx-proxy-manager)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,92 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/nginx-proxy-manager
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.9.18@sha256:55ee54d7b38af2fe8d443463aeb8107bd43425010004497e8fd060af5f859745
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
env:
|
||||
DISABLE_IPV6: true
|
||||
DB_MYSQL_PORT: 3306
|
||||
DB_MYSQL_NAME: "{{ .Values.mariadb.mariadbDatabase }}"
|
||||
DB_MYSQL_USER: "{{ .Values.mariadb.mariadbUsername }}"
|
||||
DB_MYSQL_HOST:
|
||||
secretKeyRef:
|
||||
name: mariadbcreds
|
||||
key: plainhost
|
||||
DB_MYSQL_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: mariadbcreds
|
||||
key: mariadb-password
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
custom: true
|
||||
spec:
|
||||
exec:
|
||||
command:
|
||||
- /bin/check-health
|
||||
readiness:
|
||||
enabled: true
|
||||
custom: true
|
||||
spec:
|
||||
exec:
|
||||
command:
|
||||
- /bin/check-health
|
||||
startup:
|
||||
enabled: true
|
||||
custom: true
|
||||
spec:
|
||||
exec:
|
||||
command:
|
||||
- /bin/check-health
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
targetPort: 81
|
||||
protocol: HTTP
|
||||
port: 10582
|
||||
web:
|
||||
enabled: true
|
||||
ports:
|
||||
web:
|
||||
enabled: true
|
||||
targetPort: 80
|
||||
protocol: HTTP
|
||||
port: 10583
|
||||
websecure:
|
||||
enabled: true
|
||||
ports:
|
||||
websecure:
|
||||
enabled: true
|
||||
targetPort: 443
|
||||
protocol: HTTPS
|
||||
port: 10584
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /data
|
||||
size: 256Gi
|
||||
letsencrypt:
|
||||
enabled: true
|
||||
mountPath: /etc/letsencrypt
|
||||
size: 256Gi
|
||||
|
||||
mariadb:
|
||||
enabled: true
|
||||
mariadbUsername: npm
|
||||
mariadbDatabase: npm
|
||||
existingSecret: mariadbcreds
|
||||
|
||||
portal:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.png
|
||||
categories:
|
||||
- networking
|
||||
|
Loading…
Reference in New Issue