2021-07-01 18:26:22 +00:00
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image :
# -- image repository
2021-09-11 10:03:46 +00:00
repository : ghcr.io/truecharts/ocis
2021-07-01 18:26:22 +00:00
# -- image tag
2021-11-01 12:44:28 +00:00
tag : v1.14.0@sha256:d208ece842bae2df5c4c7149848037e5fc7667a3fc04a0c8dd62b54541857f9e
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
TZ : UTC
# -- 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
type : pvc
accessMode : ReadWriteOnce
size : "100Gi"
2021-07-01 18:26:22 +00:00
mountPath : /config
ocis :
enabled : false
mountPath : /var/tmp/ocis