-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
77 lines (73 loc) · 1.55 KB
/
Copy pathvalues.yaml
File metadata and controls
77 lines (73 loc) · 1.55 KB
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
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
excalidraw:
hardCodedCollabServerURL: "https://oss-collab.excalidraw.com"
customCollabServerURL: "http://localhost:3002"
image:
repository: pmoscode/excalidraw
pullPolicy: IfNotPresent
tag: ""
podAnnotations: { }
podSecurityContext: { }
# fsGroup: 2000
securityContext: { }
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: ClusterIP
port: 80
resources: { }
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
ingress:
enabled: false
className: ""
annotations: { } # If collab server is enabled, add websocket config here...!!!
host: chart-example.local
path: /
type: ImplementationSpecific
tls: { }
# secretName: chart-example-tls
# host: chart-example.local
collabServer:
enabled: false
image:
repository: pmoscode/excalidraw-collab-server
pullPolicy: IfNotPresent
tag: "1.0.0"
podAnnotations: { }
podSecurityContext: { }
# fsGroup: 2000
securityContext: { }
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: ClusterIP
port: 3002
resources: { }
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
serviceAccount:
create: true
annotations: {}
name: ""
nodeSelector: {}
tolerations: []
affinity: {}