Skip to content

Commit

Permalink
Merge pull request #3054 from SeldonIO/fix-jx-release
Browse files Browse the repository at this point in the history
Fix jx pipeline "release"
  • Loading branch information
RafalSkolasinski authored Mar 12, 2021
2 parents adfc6b3 + 3c5b139 commit b6976e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lighthouse/jenkins-x/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ spec:
resources:
requests:
cpu: 1
memory: 2000Mi
memory: 3000Mi
ephemeral-storage: "60Gi"
limits:
cpu: 1
memory: 2000Mi
memory: 3000Mi
ephemeral-storage: "60Gi"
securityContext:
privileged: true
Expand Down

0 comments on commit b6976e8

Please sign in to comment.