image:
repository: tccr.io/truecharts/nginx-proxy-manager
pullPolicy: IfNotPresent
tag: v2.10.4@sha256:5b8124464c3d934152a75dfe23e7d59be83126141def354c09079f0eda938385
service:
main:
ports:
targetPort: 81
protocol: http
port: 10582
web:
enabled: true
targetPort: 80
port: 10583
websecure:
targetPort: 443
protocol: https
port: 10584
persistence:
data:
mountPath: /data
size: 256Gi
letsencrypt:
mountPath: /etc/letsencrypt
mariadb:
mariadbUsername: npm
mariadbDatabase: npm
portal:
open:
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
podSpec:
containers:
probes:
liveness:
custom: true
spec:
exec:
command:
- /bin/check-health
readiness:
startup:
env:
DISABLE_IPV6: true
DB_MYSQL_PORT: 3306
DB_MYSQL_NAME: "{{ .Values.mariadb.mariadbDatabase }}"
DB_MYSQL_USER: "{{ .Values.mariadb.mariadbUsername }}"
DB_MYSQL_HOST:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: plainhost
DB_MYSQL_PASSWORD:
key: mariadb-password