Skip to content

Commit

Permalink
fix: adjust values for timeouts and resources for 'liveness' and 'rea…
Browse files Browse the repository at this point in the history
…diness' actuators to mitigate restarts to to cpu-throttling and respective memory peaks which would possibly yield a restart, too.
  • Loading branch information
mknoopvw committed Jun 20, 2023
1 parent 8506f3c commit a5649db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/managed-identity-wallet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ spec:
cpu: "4"
memory: "1Gi"
limits:
cpu: "{{ mul .Values.resources.cpu 2 }}m"
memory: "{{ .Values.resources.memory }}Mi"
cpu: "4m"
memory: "1Gi"
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit a5649db

Please sign in to comment.