File tree Expand file tree Collapse file tree
pekko-sample-grpc-kubernetes-scala Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ rewrite.neverInfix.excludeFilters = [
6767 theSameElementsAs
6868 theSameElementsInOrderAs
6969]
70+ rewrite.trailingCommas.style = keep
7071rewriteTokens = {
7172 "⇒" : "=>"
7273 "→" : "->"
Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ lazy val httpToGrpc = (project in file("http-to-grpc"))
2424 " org.apache.pekko" %% " pekko-http-spray-json" % pekkoHttpVersion,
2525 " org.apache.pekko" %% " pekko-discovery-kubernetes-api" % pekkoManagementVersion,
2626 " ch.qos.logback" % " logback-classic" % " 1.3.15" ),
27- dockerExposedPorts := Seq (8080 ))
27+ dockerExposedPorts := Seq (8080 ),
28+ dockerBaseImage := " eclipse-temurin:21" ,
29+ )
2830
2931// gRPC back end that echoes back messages
3032lazy val grpcService = (project in file(" grpc-service" ))
You can’t perform that action at this time.
0 commit comments