Skip to content

Commit

Permalink
Add startupProbe for header
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored Jul 4, 2024
1 parent 481b981 commit 9739a34
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions templates/header/header-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@ spec:
httpGet:
path: /header/
port: http
livenessProbe:
httpGet:
path: /header/
port: http
scheme: HTTP
startupProbe:
failureThreshold: 5
httpGet:
path: /header/
port: http
scheme: HTTP
initialDelaySeconds: 45
periodSeconds: 15
successThreshold: 1
timeoutSeconds: 1
volumes:
- name: georchestra-datadir
emptyDir: {}
Expand Down

0 comments on commit 9739a34

Please sign in to comment.