Skip to content
Snippets Groups Projects
Commit 4ae32c21 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3363 update dataport dummy health checks

parent 5accf248
Branches
Tags
No related merge requests found
......@@ -111,31 +111,27 @@ spec:
- echo
- '>'
- /dev/null
failureThreshold: 3
periodSeconds: 1
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 3
readinessProbe:
exec:
command:
- echo
- ""
- '>'
- /dev/null
failureThreshold: 3
periodSeconds: 1
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 3
startupProbe:
exec:
command:
- echo
- '>'
- /dev/null
failureThreshold: 3
periodSeconds: 1
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 3
{{- end }}
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment