Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ spec:
operator: Exists
effect: NoSchedule
containers:
- image: quay.io/openshift/origin-cli:latest
- name: guard
image: quay.io/openshift/origin-cli:latest
imagePullPolicy: IfNotPresent
name: guard
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /mnt/kube
Expand Down Expand Up @@ -82,8 +82,10 @@ spec:
export NSS_SDB_USE_CACHE=no
[[ -z $cert || -z $key ]] && exit 1
curl --max-time 2 --silent --cert "${cert//:/\:}" --key "$key" --cacert "$cacert" "$health_endpoint" |grep '{ *"health" *: *"true" *}'
initialDelaySecond: 5
periodSecond: 5
initialDelaySecond: 5
periodSecond: 5
failureThreshold: 3
timeoutSeconds: 3
resources:
requests:
cpu: 10m
Expand Down