2022-10-16 21:02:24 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: jc21/nginx-proxy-manager
|
2022-10-16 21:02:24 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2024-01-08 06:18:36 +00:00
|
|
|
tag: 2.10.4@sha256:e63000388eae7a76ddfcd6a97b58521e52ce332ae7c16fa3bf2e62544dabc838
|
2022-10-16 21:02:24 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
targetPort: 81
|
2023-04-11 10:07:17 +00:00
|
|
|
protocol: http
|
2022-10-16 21:02:24 +00:00
|
|
|
port: 10582
|
|
|
|
web:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
web:
|
|
|
|
enabled: true
|
|
|
|
targetPort: 80
|
2023-04-11 10:07:17 +00:00
|
|
|
protocol: http
|
2022-10-16 21:02:24 +00:00
|
|
|
port: 10583
|
|
|
|
websecure:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
websecure:
|
|
|
|
enabled: true
|
|
|
|
targetPort: 443
|
2023-04-11 10:07:17 +00:00
|
|
|
protocol: https
|
2022-10-16 21:02:24 +00:00
|
|
|
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
|
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
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
|
|
|
|
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:
|
|
|
|
secretKeyRef:
|
|
|
|
expandObjectName: false
|
|
|
|
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
|
|
|
key: mariadb-password
|