@@ -37,12 +37,14 @@ ingress:
37
37
# # @param ingress.hosts Additional host to configure for the Ingress
38
38
hosts : []
39
39
# - chart-example.local
40
- # # @param ingress.tls.enabled Wether to enable TLS for the Ingress
40
+ # # @param ingress.tls.enabled Weather to enable TLS for the Ingress
41
+ # # @param ingress.tls.secretName Secret name for TLS config
41
42
# # @skip ingress.tls.additional
42
43
# # @extra ingress.tls.additional[].secretName Secret name for additional TLS config
43
44
# # @extra ingress.tls.additional[].hosts[] Hosts for additional TLS config
44
45
tls :
45
46
enabled : true
47
+ secretName : null
46
48
additional : []
47
49
48
50
# # @param ingress.customBackends Add custom backends to ingress
@@ -60,21 +62,23 @@ ingressCollaborationWS:
60
62
# # @param ingress.hosts Additional host to configure for the Ingress
61
63
hosts : []
62
64
# - chart-example.local
63
- # # @param ingressCollaborationWS.tls.enabled Wether to enable TLS for the Ingress
65
+ # # @param ingressCollaborationWS.tls.enabled Weather to enable TLS for the Ingress
66
+ # # @param ingressCollaborationWS.tls.secretName Secret name for TLS config
64
67
# # @skip ingressCollaborationWS.tls.additional
65
68
# # @extra ingressCollaborationWS.tls.additional[].secretName Secret name for additional TLS config
66
69
# # @extra ingressCollaborationWS.tls.additional[].hosts[] Hosts for additional TLS config
67
70
tls :
68
71
enabled : true
72
+ secretName : null
69
73
additional : []
70
74
71
75
# # @param ingressCollaborationWS.customBackends Add custom backends to ingress
72
76
customBackends : []
73
77
74
- annotations :
78
+ annotations :
75
79
nginx.ingress.kubernetes.io/auth-response-headers : " Authorization, X-Can-Edit, X-User-Id"
76
80
nginx.ingress.kubernetes.io/auth-url : https://impress.example.com/api/v1.0/documents/collaboration-auth/
77
- nginx.ingress.kubernetes.io/enable-websocket : " true"
81
+ nginx.ingress.kubernetes.io/enable-websocket : " true"
78
82
nginx.ingress.kubernetes.io/proxy-read-timeout : " 86400"
79
83
nginx.ingress.kubernetes.io/proxy-send-timeout : " 86400"
80
84
nginx.ingress.kubernetes.io/upstream-hash-by : $arg_room
@@ -91,20 +95,23 @@ ingressCollaborationApi:
91
95
# # @param ingress.hosts Additional host to configure for the Ingress
92
96
hosts : []
93
97
# - chart-example.local
94
- # # @param ingressCollaborationApi.tls.enabled Wether to enable TLS for the Ingress
98
+ # # @param ingressCollaborationApi.tls.enabled Weather to enable TLS for the Ingress
99
+ # # @param ingressCollaborationApi.tls.secretName Secret name for TLS config
95
100
# # @skip ingressCollaborationApi.tls.additional
96
101
# # @extra ingressCollaborationApi.tls.additional[].secretName Secret name for additional TLS config
97
102
# # @extra ingressCollaborationApi.tls.additional[].hosts[] Hosts for additional TLS config
98
103
tls :
99
104
enabled : true
105
+ secretName : null
100
106
additional : []
101
107
102
108
# # @param ingressCollaborationApi.customBackends Add custom backends to ingress
103
109
customBackends : []
104
110
105
- annotations :
111
+ annotations :
106
112
nginx.ingress.kubernetes.io/upstream-hash-by : $arg_room
107
113
114
+
108
115
# # @param ingressAdmin.enabled whether to enable the Ingress or not
109
116
# # @param ingressAdmin.className IngressClass to use for the Ingress
110
117
# # @param ingressAdmin.host Host for the Ingress
@@ -117,12 +124,14 @@ ingressAdmin:
117
124
# # @param ingressAdmin.hosts Additional host to configure for the Ingress
118
125
hosts : [ ]
119
126
# - chart-example.local
120
- # # @param ingressAdmin.tls.enabled Wether to enable TLS for the Ingress
127
+ # # @param ingressAdmin.tls.enabled Weather to enable TLS for the Ingress
128
+ # # @param ingressAdmin.tls.secretName Secret name for TLS config
121
129
# # @skip ingressAdmin.tls.additional
122
130
# # @extra ingressAdmin.tls.additional[].secretName Secret name for additional TLS config
123
131
# # @extra ingressAdmin.tls.additional[].hosts[] Hosts for additional TLS config
124
132
tls :
125
133
enabled : true
134
+ secretName : null
126
135
additional : []
127
136
128
137
# # @param ingressMedia.enabled whether to enable the Ingress or not
@@ -137,12 +146,14 @@ ingressMedia:
137
146
# # @param ingressMedia.hosts Additional host to configure for the Ingress
138
147
hosts : [ ]
139
148
# - chart-example.local
140
- # # @param ingressMedia.tls.enabled Wether to enable TLS for the Ingress
149
+ # # @param ingressMedia.tls.enabled Weather to enable TLS for the Ingress
150
+ # # @param ingressMedia.tls.secretName Secret name for TLS config
141
151
# # @skip ingressMedia.tls.additional
142
152
# # @extra ingressMedia.tls.additional[].secretName Secret name for additional TLS config
143
153
# # @extra ingressMedia.tls.additional[].hosts[] Hosts for additional TLS config
144
154
tls :
145
155
enabled : true
156
+ secretName : null
146
157
additional : []
147
158
148
159
annotations :
@@ -442,4 +453,4 @@ yProvider:
442
453
extraVolumeMounts : []
443
454
444
455
# # @param yProvider.extraVolumes Additional volumes to mount on the yProvider.
445
- extraVolumes : []
456
+ extraVolumes : []
0 commit comments