kubernetes-yaml/learn/learn-kubernetes-master/kiamol/ch10/vweb/v2/vweb/values.yaml

6 lines
155 B
YAML

# port for the Service to listen on
servicePort: 8090
# type of the Service:
serviceType: LoadBalancer
# number of replicas for the web Pod
replicaCount: 2