2021-12-12 22:27:04 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/pydio-cells
|
|
|
|
pullPolicy: IfNotPresent
|
2022-02-22 09:15:25 +00:00
|
|
|
tag: v3.0.4@sha256:81c6f8675ffc243af9ffab5a43da0ed50f33f0c153c352aad027127c3c0318ad
|
2021-12-12 22:27:04 +00:00
|
|
|
|
2022-02-24 18:15:51 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2022-02-22 09:15:25 +00:00
|
|
|
env:
|
|
|
|
CELLS_EXTERNAL: ""
|
2022-02-24 18:15:51 +00:00
|
|
|
CELLS_GRPC_EXTERNAL: "{{ .Values.service.gprc.ports.gprc.port }}"
|
|
|
|
CELLS_HEALTHCHECK: "{{ .Values.service.healthcheck.ports.healthcheck.port }}"
|
|
|
|
CELLS_BIND: "0.0.0.0:{{ .Values.service.main.ports.main.port }}"
|
2022-02-22 09:15:25 +00:00
|
|
|
CELLS_WORKING_DIR: "/cells"
|
|
|
|
CELLS_DATA_DIR: "/cells/data"
|
|
|
|
CELLS_LOG_DIR: "/cells/logs"
|
|
|
|
CELLS_SERVICES_DIR: "/cells/services"
|
|
|
|
CELLS_INSTALL_YAML: "/cells/install.yml"
|
2021-12-12 22:27:04 +00:00
|
|
|
|
2022-02-22 09:15:25 +00:00
|
|
|
pydioinstall:
|
|
|
|
username: "admin"
|
|
|
|
password: "supersecret"
|
|
|
|
title: "Pydio Cells"
|
2021-12-12 22:27:04 +00:00
|
|
|
|
2022-02-22 09:15:25 +00:00
|
|
|
probes:
|
|
|
|
liveness:
|
2022-02-24 18:15:51 +00:00
|
|
|
custom: true
|
|
|
|
spec:
|
|
|
|
httpGet:
|
|
|
|
scheme: HTTP
|
|
|
|
path: "/healthcheck"
|
|
|
|
port: 10162
|
2022-02-22 09:15:25 +00:00
|
|
|
readiness:
|
2022-02-24 18:15:51 +00:00
|
|
|
custom: true
|
|
|
|
spec:
|
|
|
|
httpGet:
|
|
|
|
scheme: HTTP
|
|
|
|
path: "/healthcheck"
|
|
|
|
port: 10162
|
2022-02-22 09:15:25 +00:00
|
|
|
startup:
|
2022-02-24 18:15:51 +00:00
|
|
|
custom: true
|
|
|
|
spec:
|
|
|
|
httpGet:
|
|
|
|
scheme: HTTP
|
|
|
|
path: "/healthcheck"
|
|
|
|
port: 10162
|
2021-12-12 22:27:04 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2022-02-23 07:44:07 +00:00
|
|
|
protocol: HTTPS
|
2021-12-12 22:27:04 +00:00
|
|
|
port: 10150
|
|
|
|
gprc:
|
2021-12-17 11:20:48 +00:00
|
|
|
enabled: true
|
2021-12-12 22:27:04 +00:00
|
|
|
ports:
|
|
|
|
gprc:
|
2021-12-17 11:20:48 +00:00
|
|
|
enabled: true
|
2021-12-12 22:27:04 +00:00
|
|
|
port: 33060
|
2022-02-24 18:15:51 +00:00
|
|
|
healthcheck:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
healthcheck:
|
|
|
|
enabled: true
|
|
|
|
port: 10162
|
2021-12-12 22:27:04 +00:00
|
|
|
|
|
|
|
persistence:
|
2022-02-22 09:15:25 +00:00
|
|
|
cells:
|
2021-12-12 22:27:04 +00:00
|
|
|
enabled: true
|
2022-02-22 09:15:25 +00:00
|
|
|
mountPath: "/cells"
|
|
|
|
data:
|
2021-12-12 22:27:04 +00:00
|
|
|
enabled: true
|
2022-02-22 09:15:25 +00:00
|
|
|
mountPath: "/cells/data"
|
|
|
|
logs:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/cells/logs"
|
|
|
|
services:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/cells/services"
|
|
|
|
|
|
|
|
mariadb:
|
|
|
|
enabled: true
|
|
|
|
mariadbUsername: pydiocells
|
|
|
|
mariadbDatabase: pydiocells
|
|
|
|
existingSecret: "mariadbcreds"
|