mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 13:50:18 +08:00
chore(deps): update helm chart common to v2.2.2 (#336)
* chore(deps): update helm chart common to v2.2.2 * Update-Folder-Names-and-Dependencies Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
50
dev/phpmyadmin/0.2.2/test_values.yaml
Normal file
50
dev/phpmyadmin/0.2.2/test_values.yaml
Normal file
@@ -0,0 +1,50 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user