Skip to content

Commit 79f7bf2

Browse files
author
Your Name
committed
fix readyness check
1 parent 24841ae commit 79f7bf2

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

charts/opencloud-microservices/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers:
1212
1313
url: https://opencloud.eu
1414
type: application
15-
version: 0.2.7
15+
version: 0.2.8
1616
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1717
appVersion: 3.4.0
1818
kubeVersion: ""

charts/opencloud-microservices/deployments/timoni/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ data:
2828
###############################################################################
2929
# Deployment Strategy
3030
###############################################################################
31-
DEPLOY_TYPE: "Recreate"
31+
DEPLOY_TYPE: "RollingUpdate"
3232
MAX_SURGE: "25%"
3333
MAX_UNAV: "25%"
3434

charts/opencloud-microservices/deployments/timoni/job.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
backoffLimit: 1
88
template:
99
spec:
10+
ttlSecondsAfterFinished: 0
1011
restartPolicy: Never
1112
containers:
1213
- name: chown

charts/opencloud-microservices/templates/keycloak/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ spec:
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 }}
@@ -84,7 +85,7 @@ spec:
8485
memory: 5Gi
8586
requests:
8687
cpu: 500m
87-
memory: 512Mi
88+
memory: 1Gi
8889
startupProbe:
8990
httpGet:
9091
path: /realms/master

0 commit comments

Comments
 (0)