docs: set tproxy annotation to false for multi-port (#12431)
This commit is contained in:
parent
1257cef7ed
commit
2f9dc78af0
|
@ -275,6 +275,7 @@ spec:
|
|||
Create a Deployment with any chosen name, and use the following annotations:
|
||||
```yaml
|
||||
consul.hashicorp.com/connect-inject: true
|
||||
consul.hashicorp.com/transparent-proxy: false
|
||||
consul.hashicorp.com/connect-service: web,web-admin
|
||||
consul.hashicorp.com/connect-service-port: 8080,9090
|
||||
```
|
||||
|
@ -304,6 +305,7 @@ spec:
|
|||
app: web
|
||||
annotations:
|
||||
'consul.hashicorp.com/connect-inject': 'true'
|
||||
'consul.hashicorp.com/transparent-proxy': 'false'
|
||||
'consul.hashicorp.com/connect-service': 'web,web-admin'
|
||||
'consul.hashicorp.com/connect-service-port': '8080,9090'
|
||||
spec:
|
||||
|
|
Loading…
Reference in New Issue