You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/charts/confluence/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ Kubernetes: `>=1.21.x-0`
240
240
| synchrony.service.nodePort | string |`nil`| Only applicable if service.type is NodePort. NodePort for Synchrony service |
241
241
| synchrony.service.port | int |`80`| The port on which the Synchrony K8s Service will listen |
242
242
| synchrony.service.type | string |`"ClusterIP"`| The type of K8s service to use for Synchrony |
243
-
| synchrony.service.url | string |`nil`| Complete URL of Synchrony Service (i.e. https://public.mydomain.com/synchrony). If left empty, it is calculated from ingress.https and ingress.host |
243
+
| synchrony.service.url | string |`nil`| Complete URL of Synchrony Service (i.e. https://public.mydomain.com/synchrony). If left empty, it is calculated from ingress.https and ingress.host |
244
244
| synchrony.setPermissions | bool |`true`| Boolean to define whether to set synchrony home directory permissions on startup of Synchrony container. Set to 'false' to disable this behaviour. |
245
245
| synchrony.shutdown.terminationGracePeriodSeconds | int |`25`| The termination grace period for pods during shutdown. This should be set to the Synchrony internal grace period (default 20 seconds), plus a small buffer to allow the JVM to fully terminate. |
246
246
| synchrony.tolerations | list |`[]`| Standard K8s tolerations that will be applied to all Synchrony pods |
0 commit comments