* Update Helm chart common to v2.1.4 * Update-Folder-Names-and-Dependencies Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
51 lines
741 B
YAML
51 lines
741 B
YAML
# Default values for Jackett.
|
|
|
|
image:
|
|
repository: bitnami/phpmyadmin
|
|
pullPolicy: IfNotPresent
|
|
tag: 5.1.0-debian-10-r28
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
startAsRoot: true
|
|
|
|
services:
|
|
main:
|
|
enabled: true
|
|
port:
|
|
port: 8080
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir: false
|
|
|
|
|
|
## TrueCharts Values
|
|
|
|
ingress:
|
|
main:
|
|
enabled: true
|
|
# Used when including ingress using {{ include "common.ingress" . }}
|
|
type: "HTTP"
|
|
entrypoint: "websecure"
|
|
certType: ""
|
|
annotations: {}
|
|
hosts:
|
|
- host: chart-example.local
|
|
path: /
|
|
|
|
appVolumeMounts:
|
|
config:
|
|
enabled: true
|
|
emptyDir: true
|
|
setPermissions: true
|
|
mountPath: "/config"
|