Skip to content

Commit

Permalink
Merge pull request #128 from bcgov/adjust-resources
Browse files Browse the repository at this point in the history
Adjust resources
  • Loading branch information
arlowatts authored Dec 6, 2023
2 parents b67ecc2 + 2483a7b commit 181fb4a
Show file tree
Hide file tree
Showing 45 changed files with 135 additions and 297 deletions.
9 changes: 3 additions & 6 deletions tools/helm/config/claimservice/dev-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/claimservice/tr1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/claimservice/vc1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/claimservice/vc2-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
12 changes: 3 additions & 9 deletions tools/helm/config/claimservice/vs1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi

autoscaling:
enabled: false
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/consentservice/dev-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/consentservice/tr1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/consentservice/vc1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1Gi to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/consentservice/vc2-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1Gi to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
12 changes: 3 additions & 9 deletions tools/helm/config/consentservice/vs1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi

autoscaling:
enabled: false
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/locationservice/dev-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/locationservice/tr1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/locationservice/vc1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1Gi to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/locationservice/vc2-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1Gi to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
12 changes: 3 additions & 9 deletions tools/helm/config/locationservice/vs1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi

autoscaling:
enabled: false
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/medicationdispenseservice/dev-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/medicationdispenseservice/tr1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/medicationdispenseservice/vc1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1Gi to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/medicationdispenseservice/vc2-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1Gi to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
12 changes: 3 additions & 9 deletions tools/helm/config/medicationdispenseservice/vs1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi

autoscaling:
enabled: false
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/medicationrequestservice/dev-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/medicationrequestservice/tr1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/medicationrequestservice/vc1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1Gi to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
9 changes: 3 additions & 6 deletions tools/helm/config/medicationrequestservice/vc2-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1Gi to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi
cpu: 1m
memory: 100Mi
12 changes: 3 additions & 9 deletions tools/helm/config/medicationrequestservice/vs1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ image:

resources:
limits:
# updated from 500m to 100m to test out start
cpu: 100m
# updated from 1G to 100Mi to test out start
memory: 150Mi
memory: 200Mi
requests:
cpu: 20m
# updated from 512Mi to 50Mi to test out start
memory: 50Mi

autoscaling:
enabled: false
cpu: 1m
memory: 100Mi
Loading

0 comments on commit 181fb4a

Please sign in to comment.