Skip to content

Commit

Permalink
removed probes
Browse files Browse the repository at this point in the history
  • Loading branch information
david-morales committed May 18, 2023
1 parent bc85d2f commit 3f08d1c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions kubevirt-networking-poc-chart/templates/vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,6 @@ spec:
networks:
- name: default
pod: {}
livenessProbe:
exec:
command:
- mongosh --tls --tlsCAFile /etc/ssl/ca.crt --tlsCertificateKeyFile /etc/ssl/mongodb.pem --host mongodb-vm --port 27017 --eval 'db.adminCommand("ping")'
initialDelaySeconds: 60
failureThreshold: 10
periodSeconds: 15
timeoutSeconds: 10
readinessProbe:
exec:
command:
- mongosh --tls --tlsCAFile /etc/ssl/ca.crt --tlsCertificateKeyFile /etc/ssl/mongodb.pem --host mongodb-vm --port 27017 --eval 'db.adminCommand("ping")'
initialDelaySeconds: 60
failureThreshold: 10
periodSeconds: 15
timeoutSeconds: 10
volumes:
- name: containerdisk
containerDisk:
Expand Down

0 comments on commit 3f08d1c

Please sign in to comment.