mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 06:01:08 +01:00
add missing back tick (#12941)
This commit is contained in:
parent
086293d4ac
commit
4db322eb56
@ -599,7 +599,7 @@ and consider if they're appropriate for your deployment.
|
||||
|
||||
- `type` (`string: "ClusterIP"`) - Sets the type of service to create, such as `NodePort`.
|
||||
|
||||
- `externalTrafficPolicy` (`string: "Cluster") - The [externalTrafficPolicy](https://kubernetes.io/docs/concepts/services-networking/service/#external-traffic-policy) can be set to either Cluster or Local and is only valid for LoadBalancer and NodePort service types.
|
||||
- `externalTrafficPolicy` (`string: "Cluster"`) - The [externalTrafficPolicy](https://kubernetes.io/docs/concepts/services-networking/service/#external-traffic-policy) can be set to either Cluster or Local and is only valid for LoadBalancer and NodePort service types.
|
||||
|
||||
- `port` (`int: 8200`) - Port on which Vault server is listening inside the pod.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user