Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re comment pd service yaml value #1850

Merged
merged 10 commits into from
Mar 17, 2020
8 changes: 5 additions & 3 deletions charts/tidb-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,12 @@ pd:

# pd Service
# we can only specify clusterIP and loadBalancerIP now
service:
clusterIP: "None"
service: {}
# type: "< default use global service type >"
# loadBalancerIP: "<if you set service type as loadBalancerIP,you can specify loadBalancerIP>"
# clusterIP: "<if you set service type as ClusterIP,you can specify ClusterIP>"
# annotations: {} "<the default name will be used>"
# portName: "client"

replicas: 3
image: pingcap/pd:v3.0.8
# storageClassName is a StorageClass provides a way for administrators to describe the "classes" of storage they offer.
Expand Down