Skip to content

Commit

Permalink
chore: adjust nginx resources
Browse files Browse the repository at this point in the history
  • Loading branch information
martinohmann committed Sep 20, 2024
1 parent 3163bc6 commit d889736
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ spec:
app.kubernetes.io/component: controller
resources:
requests:
cpu: 10m
memory: 128Mi
cpu: 20m
memory: 200Mi
limits:
memory: 300Mi
memory: 800Mi
defaultBackend:
enabled: true
name: default-backend
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ spec:
app.kubernetes.io/component: controller
resources:
requests:
cpu: 10m
memory: 128Mi
cpu: 20m
memory: 200Mi
limits:
memory: 300Mi
memory: 800Mi
defaultBackend:
enabled: true
name: default-backend
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ spec:
app.kubernetes.io/component: controller
resources:
requests:
cpu: 10m
memory: 128Mi
cpu: 20m
memory: 200Mi
limits:
memory: 300Mi
memory: 800Mi
defaultBackend:
enabled: true
name: default-backend
Expand Down

0 comments on commit d889736

Please sign in to comment.