Skip to content
Snippets Groups Projects

GONRG-9931: remove probes

Merged Yauheni Rykhter (EPAM) requested to merge GONRG-9931-remove-probes-cim into master
1 file
+ 0
13
Compare changes
  • Side-by-side
  • Inline
@@ -35,19 +35,6 @@ spec:
runAsNonRoot: true
ports:
- containerPort: 8080
livenessProbe:
failureThreshold: 3
httpGet:
path: /health/liveness
port: 8081
initialDelaySeconds: 120
periodSeconds: 10
readinessProbe:
failureThreshold: 2
httpGet:
path: /health/readiness
port: 8081
periodSeconds: 15
resources:
requests:
cpu: {{ .Values.data.requestsCpu | quote }}
Loading