Skip to content

Commit

Permalink
Update loxilb-ingress-deploy.yml
Browse files Browse the repository at this point in the history
Added liveness probe
  • Loading branch information
TrekkieCoder authored Oct 2, 2024
1 parent 4c7a410 commit 4ca4834
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/loxilb-ingress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,13 @@ spec:
command: [ "/bin/loxilb-ingress" ]
ports:
- containerPort: 11111
livenessProbe:
httpGet:
path: netlox/v1/config/loadbalancer/all
port: 11111
initialDelaySeconds: 30
periodSeconds: 20
timeoutSeconds: 5
volumes:
- name: loxilb-ssl
secret:
Expand Down

0 comments on commit 4ca4834

Please sign in to comment.