Skip to content

Commit

Permalink
Dial in allocations
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 25, 2024
1 parent d77b469 commit b6ca403
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ parameters:
- name: DOMAIN
value: apps.silver.devops.gov.bc.ca
- name: CPU_REQUEST
value: "100m"
value: "10m"
- name: MEMORY_REQUEST
value: "300Mi"
value: "290Mi"
- name: CPU_LIMIT
value: "150m"
value: "100m"
- name: MEMORY_LIMIT
value: "350Mi"
- name: MIN_REPLICAS
Expand Down Expand Up @@ -156,7 +156,7 @@ objects:
path: /actuator/health
port: 8080
scheme: HTTP
initialDelaySeconds: 240
initialDelaySeconds: 300
periodSeconds: 5
timeoutSeconds: 10
successThreshold: 1
Expand All @@ -168,7 +168,7 @@ objects:
path: /actuator/health
port: 8080
scheme: HTTP
initialDelaySeconds: 300
initialDelaySeconds: 360
periodSeconds: 30
timeoutSeconds: 5
volumes:
Expand Down

0 comments on commit b6ca403

Please sign in to comment.