File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
charts/opencloud-microservices Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ maintainers:
12121313 url : https://opencloud.eu
1414type : application
15- version : 0.2.7
15+ version : 0.2.8
1616# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1717appVersion : 3.4.0
1818kubeVersion : " "
Original file line number Diff line number Diff line change 2828 # ##############################################################################
2929 # Deployment Strategy
3030 # ##############################################################################
31- DEPLOY_TYPE : " Recreate "
31+ DEPLOY_TYPE : " RollingUpdate "
3232 MAX_SURGE : " 25%"
3333 MAX_UNAV : " 25%"
3434
Original file line number Diff line number Diff line change 77 backoffLimit : 1
88 template :
99 spec :
10+ ttlSecondsAfterFinished : 0
1011 restartPolicy : Never
1112 containers :
1213 - name : chown
Original file line number Diff line number Diff line change 3232 - " --hostname=https://{{ .Values.keycloak.domain }}"
3333 - " --spi-connections-http-client-default-disable-trust-manager={{ .Values.insecure.oidcIdpInsecure }}"
3434 - " --import-realm"
35+ - " --health-enabled=true"
3536 env :
3637 - name : OC_DOMAIN
3738 value : {{ .Values.externalDomain }}
8485 memory : 5Gi
8586 requests :
8687 cpu : 500m
87- memory : 512Mi
88+ memory : 1Gi
8889 startupProbe :
8990 httpGet :
9091 path : /realms/master
You can’t perform that action at this time.
0 commit comments