Skip to content

Commit

Permalink
add more resource for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
moficodes committed May 26, 2020
1 parent 882ff31 commit 85311dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
run: admin
spec:
containers:
- image: moficodes/ibmcloud-kubernetes-admin:v0.1.19
- image: moficodes/ibmcloud-kubernetes-admin:v0.1.20
imagePullPolicy: Always
name: kubeadmin
env:
Expand Down Expand Up @@ -53,9 +53,9 @@ spec:
value: "[email protected],[email protected]"
resources:
limits:
cpu: 500m
memory: 1Gi
cpu: 1000m
memory: 4Gi
requests:
cpu: 500m
memory: 1Gi
cpu: 1000m
memory: 4Gi
restartPolicy: Always

0 comments on commit 85311dc

Please sign in to comment.