File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ spec:
259
259
type : MariaDB # 4. Set database provider. Valid options: [MariaDB, Postgres, Native]
260
260
credentialsSecretRef : mariadb-connection-secret # 5. Secret with database connection details created earlier
261
261
pool : # Optional
262
- size : " 10 "
262
+ size : 10
263
263
` ` `
264
264
265
265
This file defines your ActorSystem within the Kubernetes cluster.
@@ -280,7 +280,7 @@ spec:
280
280
host :
281
281
image : eigr/spawn-springboot-examples:latest # 4. Required: Container image
282
282
ports :
283
- - name : " http"
283
+ - name : http
284
284
containerPort : 8091
285
285
` ` `
286
286
@@ -302,7 +302,7 @@ spec:
302
302
embedded : true # Indicates a native BEAM application, so no sidecar proxy is needed
303
303
image : eigr/dice-game-example:2.0.0-RC2
304
304
ports :
305
- - name : " http"
305
+ - name : http
306
306
containerPort : 8800
307
307
` ` `
308
308
You can’t perform that action at this time.
0 commit comments