mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
Fixed a typo that broke the example static-server deployment (#10582)
The service account was typo'd and needs to be fixed
This commit is contained in:
parent
b89ec826c8
commit
eb3e9271d3
@ -246,7 +246,7 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: http
|
name: http
|
||||||
serviceAccountName: static-serve
|
serviceAccountName: static-server
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that we're defining a Service intention so that our services are allowed to talk to each other.
|
Note that we're defining a Service intention so that our services are allowed to talk to each other.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user