Files
truecharts/charts/incubator/minimal-ics-hoster/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
513 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/minimal-ics-hoster
tag: latest@sha256:5ab5da1bd7d286214e3516c8de134e466feb9911637466e6ea1828868b1a2ae1
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: 5004
protocol: TCP
targetPort: 5000