mirror of https://github.com/linkerd/website.git
Fixed incorrect value in the deployment manifest example (#1921)
Signed-off-by: Travis Beckham <travis@buoyant.io>
This commit is contained in:
parent
437bdd3074
commit
f0ca25700a
|
|
@ -65,7 +65,7 @@ spec:
|
|||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
config.linkerd.io/proxy-cpu-limit: '1'
|
||||
config.linkerd.io/proxy-cpu-limit: '2'
|
||||
# ...
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ spec:
|
|||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
config.linkerd.io/proxy-cpu-limit: '1'
|
||||
config.linkerd.io/proxy-cpu-limit: '2'
|
||||
# ...
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ spec:
|
|||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
config.linkerd.io/proxy-cpu-limit: '1'
|
||||
config.linkerd.io/proxy-cpu-limit: '2'
|
||||
# ...
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ spec:
|
|||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
config.linkerd.io/proxy-cpu-limit: '1'
|
||||
config.linkerd.io/proxy-cpu-limit: '2'
|
||||
# ...
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ spec:
|
|||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
config.linkerd.io/proxy-cpu-limit: '1'
|
||||
config.linkerd.io/proxy-cpu-limit: '2'
|
||||
# ...
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ spec:
|
|||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
config.linkerd.io/proxy-cpu-limit: '1'
|
||||
config.linkerd.io/proxy-cpu-limit: '2'
|
||||
# ...
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ spec:
|
|||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
config.linkerd.io/proxy-cpu-limit: '1'
|
||||
config.linkerd.io/proxy-cpu-limit: '2'
|
||||
# ...
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ spec:
|
|||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
config.linkerd.io/proxy-cpu-limit: '1'
|
||||
config.linkerd.io/proxy-cpu-limit: '2'
|
||||
# ...
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ spec:
|
|||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
config.linkerd.io/proxy-cpu-limit: '1'
|
||||
config.linkerd.io/proxy-cpu-limit: '2'
|
||||
# ...
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue