Skip to content

Commit dcc34d6

Browse files
github-actions[bot]bianchi2
andauthoredMar 2, 2025
Update appVersions for DC apps (#967)
Co-authored-by: bianchi2 <bianchi2@users.noreply.github.com>
1 parent 5345666 commit dcc34d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/charts/confluence/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Kubernetes: `>=1.21.x-0`
240240
| synchrony.service.nodePort | string | `nil` | Only applicable if service.type is NodePort. NodePort for Synchrony service |
241241
| synchrony.service.port | int | `80` | The port on which the Synchrony K8s Service will listen |
242242
| 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 |
244244
| 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. |
245245
| 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. |
246246
| synchrony.tolerations | list | `[]` | Standard K8s tolerations that will be applied to all Synchrony pods |

0 commit comments

Comments
 (0)
Failed to load comments.