Files
truecharts/charts/stable/truecommand/values.yaml
T
TrueCharts Bot 97d5375359 chore(deps): update docker general non-major (#3295)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 20:36:51 +02:00

25 lines
434 B
YAML

image:
repository: tccr.io/truecharts/truecommand
pullPolicy: IfNotPresent
tag: v2.1@sha256:fa178c5c271ce69c9b9eefb9d683b25c96f3a0fd1f134d10d80b4f0645bb7ae5
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10031
targetPort: 80
persistence:
data:
enabled: true
mountPath: "/data"