diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index a0fe7a4..7853f79 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -64,24 +64,24 @@ spec: ports: - containerPort: 9090 name: RESOURCE_NAME - livenessProbe: - httpGet: - path: /health - port: 9090 - initialDelaySeconds: 30 - periodSeconds: 30 - timeoutSeconds: 1 - successThreshold: 1 - failureThreshold: 1 - readinessProbe: - httpGet: - port: 9090 - path: /readiness - initialDelaySeconds: 30 - periodSeconds: 5 - timeoutSeconds: 1 - successThreshold: 1 - failureThreshold: 1 +# livenessProbe: +# httpGet: +# path: /health +# port: 9090 +# initialDelaySeconds: 30 +# periodSeconds: 30 +# timeoutSeconds: 1 +# successThreshold: 1 +# failureThreshold: 1 +# readinessProbe: +# httpGet: +# port: 9090 +# path: /readiness +# initialDelaySeconds: 30 +# periodSeconds: 5 +# timeoutSeconds: 1 +# successThreshold: 1 +# failureThreshold: 1 imagePullPolicy: Always resources: requests: