Skip to content

Commit

Permalink
resources
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Oct 27, 2024
1 parent ded81e3 commit 2da2a12
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion infra/admin-map/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ fullnameOverride: ""
podAnnotations: {}
podLabels: {}

resources: {}
resources:
limits:
cpu: 256m
memory: 256Mi
requests:
cpu: 128m
memory: 128Mi

livenessProbe:
httpGet:
Expand Down

0 comments on commit 2da2a12

Please sign in to comment.