Skip to content

Commit

Permalink
Increase resources and update healthchecks (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljcollinsuk authored Aug 14, 2024
1 parent c5ff3f3 commit eb29180
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: analytical-platform-ui
description: Analytical Platform UI
type: application
version: 0.1.0
appVersion: 0.1.0
version: 0.1.1
appVersion: 0.1.1
icon: https://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Ministry_of_Justice_logo_%28United_Kingdom%29.svg/611px-Ministry_of_Justice_logo_%28United_Kingdom%29.svg.png
maintainers:
- name: moj-data-platform-robot
Expand Down
14 changes: 8 additions & 6 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,21 @@ app:
# These are removed while healthcheck endpoint is worked on
livenessProbe:
httpGet:
path: /healthcheck
path: /healthcheck/
port: app
initialDelaySeconds: 30
readinessProbe:
httpGet:
path: /healthcheck
path: /healthcheck/
port: app
initialDelaySeconds: 30
resources:
limits:
cpu: 200m
memory: 256Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
cpu: 250m
memory: 512Mi
securityContext:
capabilities:
drop:
Expand Down

0 comments on commit eb29180

Please sign in to comment.