mirror of https://github.com/hashicorp/consul
Remove beta warning
parent
1920cabdb1
commit
e434594ba7
|
@ -6,11 +6,11 @@ description: Learn how to enable the v2 catalog and configure services to suppor
|
|||
|
||||
# Configure multi-port services
|
||||
|
||||
<Warning>
|
||||
<Note>
|
||||
|
||||
Multi-port services are part of a beta release. This documentation supports testing and development scenarios. Do not use multi-port services or the v2 catalog API in secure production environments.
|
||||
Multi-port services require enabling [Consul's v2 architecture](/consul/docs/architecture/v2).
|
||||
|
||||
</Warning>
|
||||
</Note>
|
||||
|
||||
This page describes the process for integrating a service that uses multiple ports in a single container when running Consul on Kubernetes deployments. It includes example configurations to demonstrate an end-to-end deployment test of Consul's multi-port features.
|
||||
|
||||
|
|
Loading…
Reference in New Issue