87 lines
1.6 KiB
YAML
87 lines
1.6 KiB
YAML
---
|
|
oxicloud:
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: diocrafts/oxicloud
|
|
pullPolicy: Always
|
|
tag: ""
|
|
|
|
service:
|
|
type: LoadBalancer
|
|
port: 8086
|
|
|
|
ingress:
|
|
enabled: true
|
|
className: "traefik"
|
|
annotations: {}
|
|
hosts:
|
|
- host: cloud.example.com
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls: []
|
|
|
|
config:
|
|
server:
|
|
port: 8086
|
|
host: "0.0.0.0"
|
|
baseUrl: "https://cloud.example.com"
|
|
features:
|
|
enableAuth: true
|
|
enableSharing: true
|
|
mimalloc:
|
|
purgeDelay: "0"
|
|
allowLargeOsPages: "0"
|
|
|
|
persistence:
|
|
enabled: true
|
|
storageClass: ""
|
|
accessMode: ReadWriteOnce
|
|
size: 50Gi
|
|
|
|
wopi:
|
|
enabled: false
|
|
collabora:
|
|
url: "cloud.example.com"
|
|
domain: "cloud.example.com"
|
|
image:
|
|
repository: collabora/code
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
port: 9980
|
|
admin:
|
|
existingSecretName: ""
|
|
username: ""
|
|
password: ""
|
|
extraParams: "--o:ssl.enable=false --o:ssl.termination=false --o:net.frame_ancestors=http://* https://*"
|
|
|
|
resources: {}
|
|
|
|
livenessProbe:
|
|
tcpSocket:
|
|
port: 8086
|
|
initialDelaySeconds: 30
|
|
timeoutSeconds: 15
|
|
successThreshold: 1
|
|
failureThreshold: 3
|
|
periodSeconds: 10
|
|
|
|
readinessProbe:
|
|
tcpSocket:
|
|
port: 8086
|
|
initialDelaySeconds: 15
|
|
timeoutSeconds: 2
|
|
successThreshold: 1
|
|
failureThreshold: 3
|
|
periodSeconds: 10
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
|
|
secret:
|
|
enabled: true
|
|
existingSecretName: "oxicloud-secret"
|
|
data: {}
|