TrueChartsClone/charts/incubator/minimal-ics-hoster/values.yaml

28 lines
538 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
portal:
enabled: true