Skip to content

Commit

Permalink
Add ebs volume for internal nfs volume per pod
Browse files Browse the repository at this point in the history
  • Loading branch information
April Rieger authored and April Rieger committed Feb 26, 2025
1 parent 3ebb174 commit c2f9147
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ops/friends-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ externalPostgresql:

web:
replicaCount: 1
resources:
limits:
cpu: 1000m
memory: 8Gi
requests:
cpu: 250m
memory: 4Gi
# resources:
# limits:
# cpu: 500m
# memory: 8Gi
# requests:
# cpu: 250m
# memory: 4Gi

rails:
image:
Expand All @@ -31,7 +31,7 @@ rails:
shared:
storage:
size: 1Gi
className: nfs
className: ebs

ingress:
enabled: true
Expand Down

0 comments on commit c2f9147

Please sign in to comment.