File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
charts/opencloud-microservices Expand file tree Collapse file tree 2 files changed +4
-4
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.8
15+ version : 0.2.9
1616# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1717appVersion : 3.4.0
1818kubeVersion : " "
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 "
35+
3636 env :
3737 - name : OC_DOMAIN
3838 value : {{ .Values.externalDomain }}
@@ -88,13 +88,13 @@ spec:
8888 memory : 1Gi
8989 startupProbe :
9090 httpGet :
91- path : /realms/master
91+ path : /
9292 port : http
9393 periodSeconds : 10
9494 failureThreshold : 30
9595 readinessProbe :
9696 httpGet :
97- path : /health/ready
97+ path : /
9898 port : http
9999 initialDelaySeconds : 30
100100 periodSeconds : 10
You can’t perform that action at this time.
0 commit comments