Skip to content

Commit

Permalink
Fixed incorrect value in the deployment manifest example
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Beckham <[email protected]>
  • Loading branch information
travisbeckham committed Feb 3, 2025
1 parent 437bdd3 commit b7fc808
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
template:
metadata:
annotations:
config.linkerd.io/proxy-cpu-limit: '1'
config.linkerd.io/proxy-cpu-limit: '2'
# ...
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
template:
metadata:
annotations:
config.linkerd.io/proxy-cpu-limit: '1'
config.linkerd.io/proxy-cpu-limit: '2'
# ...
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
template:
metadata:
annotations:
config.linkerd.io/proxy-cpu-limit: '1'
config.linkerd.io/proxy-cpu-limit: '2'
# ...
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
template:
metadata:
annotations:
config.linkerd.io/proxy-cpu-limit: '1'
config.linkerd.io/proxy-cpu-limit: '2'
# ...
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
template:
metadata:
annotations:
config.linkerd.io/proxy-cpu-limit: '1'
config.linkerd.io/proxy-cpu-limit: '2'
# ...
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
template:
metadata:
annotations:
config.linkerd.io/proxy-cpu-limit: '1'
config.linkerd.io/proxy-cpu-limit: '2'
# ...
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
template:
metadata:
annotations:
config.linkerd.io/proxy-cpu-limit: '1'
config.linkerd.io/proxy-cpu-limit: '2'
# ...
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
template:
metadata:
annotations:
config.linkerd.io/proxy-cpu-limit: '1'
config.linkerd.io/proxy-cpu-limit: '2'
# ...
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
template:
metadata:
annotations:
config.linkerd.io/proxy-cpu-limit: '1'
config.linkerd.io/proxy-cpu-limit: '2'
# ...
```

Expand Down

0 comments on commit b7fc808

Please sign in to comment.