Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
fix: adjust values to enable sync again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mknoopvw committed Jun 20, 2023
1 parent a5649db commit 3839b33
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: "4m"
memory: "1Gi"
cpu: "4"
memory: 1Gi
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 3839b33

Please sign in to comment.