Skip to content

Commit

Permalink
Try with db
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-eberle committed Jan 29, 2024
1 parent 45b13e4 commit bc95344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion bookstore-quarkus-sync/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies {

implementation("io.quarkus:quarkus-container-image-jib")
implementation("io.quarkus:quarkus-kubernetes")
implementation("io.quarkus:quarkus-kubernetes-service-binding")

testImplementation("io.quarkus:quarkus-junit5")
testImplementation("io.rest-assured:rest-assured")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ quarkus.kubernetes.ingress.expose=true
quarkus.kubernetes.ingress.host=${quarkus.application.name}.benchmarks.k8s.dev.arconsis.com
quarkus.kubernetes.ingress.tls.my-secret.enabled=true
quarkus.kubernetes.ingress.annotations."cert-manager.io/cluster-issuer"=letsencrypt-prod
quarkus.kubernetes.ingress.annotations."kubernetes.io/tls-acme"=true
quarkus.kubernetes.ingress.annotations."kubernetes.io/tls-acme"=true
quarkus.kubernetes.env.mapping.DB_PASSWORD.from-secret=${quarkus.application.name}-postgresql
quarkus.kubernetes.env.mapping.DB_PASSWORD.with-key=postgres-password
quarkus.kubernetes.env.vars.DB_HOST=${quarkus.application.name}-postgresql

0 comments on commit bc95344

Please sign in to comment.