Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
feat: add terminationgraceperiod env var
Browse files Browse the repository at this point in the history
  • Loading branch information
pritamstyz4ever committed Nov 11, 2020
1 parent 439d940 commit d5511a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/pod.cache2disk.yaml.tim
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ spec:
env:
- name: SD_PUSHGATEWAY_URL
value: "{{pushgateway_url}}"
- name: SD_TERMINATION_GRACE_PERIOD_SECONDS
value: {{termination_grace_period_seconds}}
- name: NODE_ID
valueFrom:
fieldRef:
Expand Down
2 changes: 2 additions & 0 deletions config/pod.yaml.tim
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ spec:
env:
- name: SD_PUSHGATEWAY_URL
value: "{{pushgateway_url}}"
- name: SD_TERMINATION_GRACE_PERIOD_SECONDS
value: {{termination_grace_period_seconds}}
- name: NODE_ID
valueFrom:
fieldRef:
Expand Down

0 comments on commit d5511a1

Please sign in to comment.