Skip to content

Commit

Permalink
e2e: add readinessProbes to openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Mar 12, 2024
1 parent 8554668 commit d04719d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployments/openssl/coordinator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ spec:
memory: 100Mi
limits:
memory: 100Mi
readinessProbe:
tcpSocket:
port: 1313
initialDelaySeconds: 1
periodSeconds: 5
---
apiVersion: v1
kind: Service
Expand Down
5 changes: 5 additions & 0 deletions deployments/openssl/openssl-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ spec:
memory: 50Mi
limits:
memory: 50Mi
readinessProbe:
tcpSocket:
port: 443
initialDelaySeconds: 1
periodSeconds: 5
volumes:
- name: tls-certs
emptyDir: {}
Expand Down
5 changes: 5 additions & 0 deletions deployments/openssl/openssl-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ spec:
memory: 50Mi
limits:
memory: 50Mi
readinessProbe:
tcpSocket:
port: 443
initialDelaySeconds: 1
periodSeconds: 5
volumes:
- name: tls-certs
emptyDir: {}
Expand Down

0 comments on commit d04719d

Please sign in to comment.