Kubernetes - Helm Package Manager
If a Helm chart's
and you run:
What will be the service type after installation?
values.yaml has:service: type: ClusterIP port: 80
and you run:
helm install myapp ./chart --set service.type=NodePortWhat will be the service type after installation?
