Skip to content

Commit

Permalink
chore: configure pdb (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalziobro authored Apr 3, 2024
1 parent 894b7eb commit b3e7e66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion devops/prod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ appVersion: "1.0"

dependencies:
- name: iam-cache-server-helm
version: 1.2.0
version: 1.3.0
repository: "oci://984870885661.dkr.ecr.us-west-2.amazonaws.com"
5 changes: 5 additions & 0 deletions devops/prod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
iam-cache-server-helm:
replicaCount: 3

# Pod disruption budget will be created only if replicaCount > 1
pdb:
enabled: true
minAvailable: 2

image:
repository: "ghcr.io/energywebfoundation/ssi-hub"
pullPolicy: IfNotPresent
Expand Down

0 comments on commit b3e7e66

Please sign in to comment.