Files
truecharts/charts/incubator/hastebin/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

25 lines
502 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/hastebin
tag: latest@sha256:c96d31472f9e6d354b2f54f8b96975ccf43ed1ff7aa0cc04984040f55c71dd0d
persistence:
data:
enabled: true
mountPath: /app/data
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 7777
protocol: TCP
targetPort: 7777