Skip to content

Commit 9de0793

Browse files
author
Adriano Santos
committed
doc: schema adjusts
1 parent 5ed3753 commit 9de0793

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting_started.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ spec:
259259
type: MariaDB # 4. Set database provider. Valid options: [MariaDB, Postgres, Native]
260260
credentialsSecretRef: mariadb-connection-secret # 5. Secret with database connection details created earlier
261261
pool: # Optional
262-
size: "10"
262+
size: 10
263263
```
264264
265265
This file defines your ActorSystem within the Kubernetes cluster.
@@ -280,7 +280,7 @@ spec:
280280
host:
281281
image: eigr/spawn-springboot-examples:latest # 4. Required: Container image
282282
ports:
283-
- name: "http"
283+
- name: http
284284
containerPort: 8091
285285
```
286286
@@ -302,7 +302,7 @@ spec:
302302
embedded: true # Indicates a native BEAM application, so no sidecar proxy is needed
303303
image: eigr/dice-game-example:2.0.0-RC2
304304
ports:
305-
- name: "http"
305+
- name: http
306306
containerPort: 8800
307307
```
308308

0 commit comments

Comments
 (0)