Skip to content

Commit

Permalink
Fixes #541 - Resources were in wrong part of the template (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored Oct 31, 2024
1 parent 5950518 commit 0e2bd9d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions service/base/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ metadata:
app: web
spec:
replicas: 2
resources:
limits:
cpu: '1'
memory: 4Gi
requests:
cpu: 100m
memory: 256Mi
selector:
app: web
org: umich
Expand All @@ -36,6 +29,13 @@ spec:
envFrom:
- secretRef:
name: secrets
resources:
limits:
cpu: '1'
memory: 4Gi
requests:
cpu: 100m
memory: 256Mi
triggers:
- type: "ImageChange"
imageChangeParams:
Expand Down

0 comments on commit 0e2bd9d

Please sign in to comment.