diff --git a/Chart.yaml b/Chart.yaml index d824c3b..2bd20de 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -31,7 +31,7 @@ dependencies: version: 4.2.1 repository: oci://prodnso-harbor-01.smardigo.digital/infrastructure - name: smardigo-connect - version: 0.1.70 + version: 0.1.73 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-worker version: 0.2.13 diff --git a/values_cusprod.yaml b/values_cusprod.yaml index db6f40c..5d9c7a4 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -114,7 +114,8 @@ smardigo-connect: size: 600Gi resources: limits: - memory: 3Gi + memory: 4Gi + cpu: "2" requests: cpu: "1" monitoring: @@ -123,19 +124,16 @@ smardigo-connect: basebackup: timeThreshold: 86400 # for backups older than 1 day teamLabel: alerting-nso-mobene - resources: - limits: - memory: 3Gi connect: additional_labels: - restart: 20240812-0950 + restart: 20240816-1400 cloudevents: pollinterval: 200 domain: connect-cusprod-prodwork01.smardigo.digital ingress: customIpWhitelist: "212.121.131.106/32,149.233.6.129/32,46.245.219.98/32,164.138.195.162/32,10.0.0.0/16,167.235.150.133/32,167.235.150.197/32,23.88.53.161/32,195.201.113.110/32,5.75.184.216/32,92.42.192.157/32,92.42.192.9/32,164.92.251.253/32,91.107.228.133/32,167.235.25.0/32" image: - version: 11.2.46 + version: 11.2.102 envvars: tenant_id: cusprod-mobene oidc: @@ -159,9 +157,19 @@ smardigo-connect: config_delete_scope_enabled: true resources: limits: - memory: 4Gi + memory: 8Gi requests: cpu: "2.5" + livenessProbe: + enabled: false + initialDelaySeconds: 120 + periodSeconds: 60 + timeoutSeconds: 30 + failureThreshold: 2 + successThreshold: 1 + httpGet: + path: "/management/health" + port: 8081 processSearch: image: version: 1.4.5 diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 81e1ce3..b2575da 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -166,6 +166,26 @@ smardigo-connect: pollinterval: 200 accesslog: enabled: true + livenessProbe: + enabled: false + initialDelaySeconds: 120 + periodSeconds: 60 + timeoutSeconds: 30 + failureThreshold: 2 + successThreshold: 1 + httpGet: + path: "/management/health" + port: 8081 + readinessProbe: + enabled: false + initialDelaySeconds: 180 + periodSeconds: 60 + timeoutSeconds: 30 + failureThreshold: 2 + successThreshold: 1 + httpGet: + path: "/management/health" # hier fehlt noch was sinnvolles + port: http_metrics processSearch: image: version: 1.4.5