diff --git a/values.yaml b/values.yaml index 8ccc8ce71d6184afb64c16946e701075a4c3df63..cdcd1a5b48f5ef5840380f6f4ccf4567f6f57934 100644 --- a/values.yaml +++ b/values.yaml @@ -35,9 +35,9 @@ mariadb: onlyoffice: # Default values for onlyoffice. - + replicaCount: 1 - + jwtSecret: "secret" # Port of onlyoffice server inside docker container. @@ -45,21 +45,21 @@ onlyoffice: # URL to the server running onlyoffice, replace this with your own domain! server_name: onlyoffice.domain - + image: repository: infrarednetwork/onlyoffice-documentserver tag: 5.4.0-2-1 pullPolicy: Always - + strategy: Recreate - + nameOverride: "" fullnameOverride: "" - + service: type: ClusterIP port: 9980 - + ingress: enabled: false annotations: @@ -67,7 +67,7 @@ onlyoffice: paths: [] hosts: [] tls: [] - + resources: {} # limits: # cpu: 100m @@ -75,23 +75,23 @@ onlyoffice: # requests: # cpu: 100m # memory: 128Mi - + nodeSelector: {} - + tolerations: [] - + securityContext: {} - + affinity: {} - + livenessProbe: enabled: true initialDelaySeconds: 120 - timeoutSeconds: 2 + timeoutSeconds: 5 periodSeconds: 10 successThreshold: 1 - failureThreshold: 3 - + failureThreshold: 20 + readinessProbe: enabled: true initialDelaySeconds: 30