Skip to content

Commit

Permalink
Disable probes for alertservice
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-dilip committed Jun 3, 2024
1 parent 1e2a4b3 commit 0361a02
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions charts/cdefense/templates/alertservice/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ spec:
configMapKeyRef:
name: cdefense-config
key: CLOUDDEFENSE_BASE_URL
livenessProbe:
tcpSocket:
port: 8080
initialDelaySeconds: 60
periodSeconds: 15
failureThreshold: 10
successThreshold: 1
readinessProbe:
tcpSocket:
port: 8080
initialDelaySeconds: 65
periodSeconds: 15
failureThreshold: 10
successThreshold: 1
# livenessProbe:
# tcpSocket:
# port: 8080
# initialDelaySeconds: 60
# periodSeconds: 15
# failureThreshold: 10
# successThreshold: 1
# readinessProbe:
# tcpSocket:
# port: 8080
# initialDelaySeconds: 65
# periodSeconds: 15
# failureThreshold: 10
# successThreshold: 1
# resources:
# requests:
# memory: "0.5G"
Expand Down

0 comments on commit 0361a02

Please sign in to comment.