Skip to content

Commit

Permalink
Merge pull request #1409 from OWASP/fix/healthcheck
Browse files Browse the repository at this point in the history
fix: change healthcheck path
  • Loading branch information
commjoen authored May 21, 2024
2 parents 8d151d8 + 82e5e70 commit 283b0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/k8s/secret-challenge-vault-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
annotations:
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: instance
alb.ingress.kubernetes.io/healthcheck-path: /actuator/health/liveness
#uncomment and configure below if you want to use tls, don't forget to override the cookie to a secure value!
# alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:<region>:<account>:certificate/xxxxxx
# alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]'
Expand Down

0 comments on commit 283b0dd

Please sign in to comment.