Files
truecharts/charts/incubator/posterr/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

29 lines
595 B
YAML

env:
BASEPATH: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/posterr
tag: latest@sha256:7f0468562c337878cc089ac7587041344b616167e9995b1fd2f59600c1364294
persistence:
config:
enabled: true
mountPath: /usr/src/app/config
custom:
enabled: true
mountPath: /usr/src/app/public/custom
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 9876
protocol: TCP
targetPort: 3000