Files
truecharts/dev/phpmyadmin/0.0.3/test_values.yaml
Kjeld Schouten-Lebbing 5c7be30a39 Add phpmyadmin (#304)
* Add phpmyadmin

* icon link mistake

* move phpmyadmin to "dev" for now
2021-04-10 15:19:52 +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"