Scheduled Maintenance
By default, security maintenance runs Sunday to Friday between 21:00 and 05:00 (Central Europe Time).
| For more information about maintenance procedures, please visit the product description. |
The day and time can be adjusted as described below. Times are in the CET time zone.
Keycloak instance with custom maintenance
apiVersion: vshn.appcat.vshn.io/v1
kind: VSHNKeycloak
metadata:
name: keycloak-app1-prod
namespace: prod-app
spec:
parameters:
maintenance:
dayOfWeek: wednesday (1)
timeOfDay: '23:30:00' (2)
| 1 | The day when the maintenance should take place |
| 2 | The time when the maintenance should be started |
| PostgreSQL database is also configured to have maintenance by default. See PostgreSQL Maintenance. |
Maintenance does not apply when spec.parameters.service.customImage.image is set.
In that case, automatic version upgrades are disabled and you manage the Keycloak version yourself via the image tag.
See Custom Keycloak image for details.
|