* chore(deps): update docker general non-major * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
27 lines
467 B
YAML
27 lines
467 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/adminer
|
|
tag: latest@sha256:dcc1e3cee3deea69eca75103b23aab9ff6e7a7c0c380b17318aaa7fcdf6afd86
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
env:
|
|
ADMINER_DESIGN: ""
|
|
ADMINER_PLUGINS: ""
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 18080
|
|
protocol: HTTP
|
|
targetPort: 8080
|
|
|
|
portal:
|
|
enabled: true
|