Skip to content

Commit

Permalink
more mem for objex13client
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuism committed Dec 11, 2024
1 parent 7090457 commit 4688ebb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/objex13client/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
controllers:
main:
replicas: 5
replicas: 2
strategy: RollingUpdate
rollingUpdate:
unavailable: 1
Expand Down Expand Up @@ -33,14 +33,14 @@ controllers:
path: /
port: 3000
spec:
initialDelaySeconds: 1
initialDelaySeconds: 3
resources:
limits:
cpu: 100m
memory: 128Mi
cpu: 250m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
cpu: 250m
memory: 256Mi
service:
main:
controller: main
Expand Down

0 comments on commit 4688ebb

Please sign in to comment.