Files
truecharts/dev/phpmyadmin/0.1.0/test_values.yaml
renovate[bot] 410fb97c5f Update Helm chart common to v2.1.4 (#325)
* 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>
2021-04-10 20:33:55 +02:00

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"