2021-07-01 18:26:22 +00:00
image :
# -- image repository
2021-12-03 12:02:44 +00:00
repository : tccr.io/truecharts/ocis
2021-07-01 18:26:22 +00:00
# -- image tag
2021-12-27 08:15:02 +00:00
tag : v1.16.0@sha256:a155374ebd2a17e0eb078dba4eb6eb0dd13f711c0536522613dbdbe23fed303c
2021-07-01 18:26:22 +00:00
# -- image pull policy
pullPolicy : IfNotPresent
2021-09-10 18:10:04 +00:00
securityContext :
readOnlyRootFilesystem : false
2021-07-01 18:26:22 +00:00
# -- environment variables. See more environment variables in the [owncloud-ocis documentation](https://owncloud.dev/ocis/configuration/#environment-variables).
# @default -- See below
env :
# -- Set the container timezone
# -- Configures service settings for the chart.
# @default -- See values.yaml
service :
main :
ports :
main :
port : 9200
2021-11-06 21:55:18 +00:00
targetPort : 9200
2021-07-01 18:26:22 +00:00
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence :
config :
2021-08-29 12:02:17 +00:00
enabled : true
2021-11-14 19:19:16 +00:00
mountPath : "/config"