2021-07-01 18:26:22 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/ocis
|
2023-06-09 09:19:57 +00:00
|
|
|
tag: v3.0.0@sha256:55264618b01bec8d712ec829caee909466634702d092c9e1f8e84adc47085a47
|
2021-07-01 18:26:22 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2023-04-29 06:44:01 +00:00
|
|
|
protocol: https
|
2021-07-01 18:26:22 +00:00
|
|
|
port: 9200
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 9200
|
2021-07-01 18:26:22 +00:00
|
|
|
persistence:
|
2022-03-07 22:11:35 +00:00
|
|
|
data:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2022-03-07 22:11:35 +00:00
|
|
|
mountPath: "/var/lib/ocis"
|
2022-08-30 20:04:32 +00:00
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/etc/ocis"
|
2023-04-29 06:44:01 +00:00
|
|
|
targetSelectAll: true
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-29 06:44:01 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
initContainers:
|
|
|
|
init:
|
|
|
|
type: install
|
|
|
|
enabled: true
|
|
|
|
imageSelector: image
|
|
|
|
command:
|
|
|
|
- "/bin/sh"
|
|
|
|
- "-c"
|
|
|
|
- |
|
|
|
|
/usr/bin/ocis init > /etc/ocis/password <<'EOF'
|
|
|
|
yes
|
|
|
|
EOF
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: tcp
|
|
|
|
readiness:
|
|
|
|
type: tcp
|
|
|
|
startup:
|
|
|
|
type: tcp
|
|
|
|
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 }}"
|
|
|
|
OCIS_JWT_SECRET:
|
|
|
|
secretKeyRef:
|
|
|
|
name: secrets
|
|
|
|
key: OCIS_JWT_SECRET
|
|
|
|
STORAGE_TRANSFER_SECRET:
|
|
|
|
secretKeyRef:
|
|
|
|
name: secrets
|
|
|
|
key: STORAGE_TRANSFER_SECRET
|
|
|
|
OCIS_MACHINE_AUTH_API_KEY:
|
|
|
|
secretKeyRef:
|
|
|
|
name: secrets
|
|
|
|
key: OCIS_MACHINE_AUTH_API_KEY
|