Skip to content

Commit

Permalink
Add tls host
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-eberle committed Jan 30, 2024
1 parent 1760c3d commit 6aad7f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ quarkus.kubernetes.resources.limits.memory=512Mi
quarkus.kubernetes.resources.limits.cpu=1000m
quarkus.kubernetes.ingress.expose=true
quarkus.kubernetes.ingress.host=${quarkus.application.name}.benchmarks.k8s.dev.arconsis.com
quarkus.kubernetes.ingress.tls.hosts[0]=${quarkus.kubernetes.ingress.host}
quarkus.kubernetes.ingress.tls.bookstore-quarkus-sync-tls.enabled=true
quarkus.kubernetes.ingress.annotations."cert-manager.io/cluster-issuer"=letsencrypt-prod
quarkus.kubernetes.ingress.annotations."kubernetes.io/tls-acme"=true
Expand Down

0 comments on commit 6aad7f1

Please sign in to comment.