Skip to content

Commit 60f2c1b

Browse files
committed
add tolerations to wellKnown deployment
1 parent f97c296 commit 60f2c1b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.4.2
3+
version: 0.4.3

charts/synapse/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,9 @@ coturn:
489489
sharedSecret: ''
490490

491491
wellKnown:
492+
nodeSelector: {}
493+
tolerations: []
494+
affinity: {}
492495
resources:
493496
requests:
494497
cpu: 20m

0 commit comments

Comments
 (0)