Skip to content

Commit

Permalink
Configure api deployment termination grace period.
Browse files Browse the repository at this point in the history
Relates to #2639 and fixes changes introduced in #2735.
  • Loading branch information
tcibinan committed Aug 16, 2022
1 parent 344b8f4 commit c5a8b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/contents/k8s/cp-api-srv/cp-api-srv-dpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
terminationGracePeriodSeconds: 50
containers:
- name: cp-api-srv-leader-elector
image: ${CP_DOCKER_DIST_SRV}lifescience/cloud-pipeline:leader-elector-$CP_VERSION
Expand Down Expand Up @@ -96,7 +97,6 @@ spec:
- name: cp-cluster-ssh-key
mountPath: "/etc/cp_ssh"
readOnly: true
terminationGracePeriodSeconds: 50
readinessProbe:
httpGet:
path: /pipeline/launch.sh
Expand Down

0 comments on commit c5a8b04

Please sign in to comment.