We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b155d4 commit f97c296Copy full SHA for f97c296
charts/synapse/templates/well-known-deployment.yaml
@@ -43,6 +43,18 @@ spec:
43
mountPath: /usr/share/nginx/html/.well-known/matrix/openid-configuration
44
{{- end }}
45
terminationGracePeriodSeconds: 10
46
+ {{- if .Values.wellKnown.nodeSelector }}
47
+ nodeSelector:
48
+ {{ toYaml .Values.wellKnown.nodeSelector | nindent 8 }}
49
+ {{- end }}
50
+ {{- if .Values.wellKnown.tolerations }}
51
+ tolerations:
52
+ {{ toYaml .Values.wellKnown.tolerations | nindent 8 }}
53
54
+ {{- if .Values.wellKnown.affinity }}
55
+ affinity:
56
+ {{ toYaml .Values.wellKnown.affinity | nindent 8 }}
57
58
volumes:
59
- name: well-known-config
60
configMap:
0 commit comments