Skip to content

Commit

Permalink
Merge pull request #9 from JustaName-id/develop
Browse files Browse the repository at this point in the history
fix: fix for k8s files
  • Loading branch information
Ghadi8 authored Sep 13, 2024
2 parents 81824b2 + ef0e42c commit 8964f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: secrets-manager-access-sa
namespace: verifications-namespace
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::905418196669:role/justaname-cluster-eksClusterRole
eks.amazonaws.com/role-arn: arn:aws:iam::905418196669:role/justaname-production-cluster-eksClusterRole
---
apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
Expand Down
2 changes: 1 addition & 1 deletion k8s/vc-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
selector:
matchLabels:
app: vc-api
replicas: 1
replicas: 2
template:
metadata:
labels:
Expand Down

0 comments on commit 8964f4e

Please sign in to comment.