Skip to content

Commit

Permalink
Set 1 replica and fix secret typo (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey authored Dec 3, 2024
1 parent ff33136 commit 124b093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/development/deployment.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: intranet-archive-dev
spec:
replicas: 2
replicas: 1
revisionHistoryLimit: 5
strategy:
type: RollingUpdate
Expand Down
2 changes: 1 addition & 1 deletion deploy/development/secret.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stringData:
apiVersion: v1
kind: Secret
metadata:
name: intranet-archive-base64-secrets
name: intranet-archive-dev-base64-secrets
type: Opaque
data:
AWS_CLOUDFRONT_PRIVATE_KEY: "${AWS_CLOUDFRONT_PRIVATE_KEY_BASE64}"
Expand Down

0 comments on commit 124b093

Please sign in to comment.