Skip to content

Commit 79f7f27

Browse files
committed
Fix count for replicas
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent dc30dcf commit 79f7f27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_posts/2025-03-18-edge-services.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ Disable a service for a period of time, whilst retaining it in the file:
126126

127127
```yaml
128128
cron-connector:
129-
replicas: 0
129+
deploy:
130+
replicas: 0
130131
```
131132
132133
Enable automatic restarts for a service such as `nats`:

0 commit comments

Comments
 (0)