-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathvalues.yaml
77 lines (68 loc) · 1.67 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
replicaCount: 1
image:
repository: cs3org/wopiserver
tag: v8.3.3
pullPolicy: IfNotPresent
pullSecrets:
[]
service:
type: ClusterIP
port: 8880
## Overrides the default URL generation based on the ingress/service values
# wopiserverUrl: https://wopi.local/
# WOPI server configuration
# - ref: https://github.com/cs3org/wopiserver/blob/master/wopiserver.conf
# secretRef allows one to use an already existing secret instead of configuring the secrets below
secretsRef:
# secrets are only used if "secretRef" is not set or empty
secrets:
wopiSecret:
config:
logLevel: Error
token:
validity: 86400
wopi:
lock:
expiration: 3600
enableRename: False
detectExternalLocks: False
cs3:
authTokenValidity: 3600
gateway: revad:19000
sslVerify: True
bridge:
sslVerify: True
ingress:
enabled: false
hostname: wopi.local
path: /wopi
annotations:
{}
# kubernetes.io/ingress.class: nginx
# nginx.ingress.kubernetes.io/ssl-redirect: "true"
tls:
[]
# Secrets must be present in the namespace beforehand.
# - secretName: wopi-tls
# hosts:
# - wopi.local
# Security context options.
securityContext:
# -- File system group for all volumes.
fsGroup: 1000
# -- User ID that all processes within any containers will run with.
runAsUser: 1000
# -- Group ID that all processes within any containers will run with.
runAsGroup: 1000
# -- Resources to apply to all services.
resources:
{}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
# Include arbitrary resources, eg. config maps or secrets.
# -- Extra resources to be included.
extraResources: []