Files
truecharts/charts/stable/owncloud-ocis/values.yaml
T
1b2f1d7fce chore(deps): update docker general non-major (#2494)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-16 08:31:21 +02:00

44 lines
988 B
YAML

image:
repository: tccr.io/truecharts/ocis
tag: v1.20.0@sha256:7a4b80d8435cbd486239bf8654801555b169a54aa69f3584da23391ee42857df
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
env:
OCIS_INSECURE: true
ACCOUNTS_DEMO_USERS_AND_GROUPS: false
OCIS_LOG_PRETTY: true
OCIS_LOG_COLOR: true
PROXY_TLS: false
PROXY_HTTP_ADDR: "0.0.0.0:{{ .Values.service.main.ports.main.port }}"
OCIS_URL: "https://localhost:{{ .Values.service.main.ports.main.port }}"
envValueFrom:
OCIS_JWT_SECRET:
secretKeyRef:
name: ocis-secrets
key: OCIS_JWT_SECRET
STORAGE_TRANSFER_SECRET:
secretKeyRef:
name: ocis-secrets
key: STORAGE_TRANSFER_SECRET
OCIS_MACHINE_AUTH_API_KEY:
secretKeyRef:
name: ocis-secrets
key: OCIS_MACHINE_AUTH_API_KEY
service:
main:
ports:
main:
protocol: HTTPS
port: 9200
targetPort: 9200
persistence:
data:
enabled: true
mountPath: "/var/lib/ocis"