[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Change default service type to ClusterIP #304

Merged
merged 1 commit into from
Nov 17, 2020

Conversation

dsyer
Copy link
Contributor
@dsyer dsyer commented Nov 17, 2020

NodePort might be useful for some demos (especially with minikube),
but it isn't a great default for all scenarios. ClusterIP is a
safer default, and you can always forward a port to it if you
don't have ingress.

As discussed on slack, here is a PR to change the default service
type. Eventually I guess this would be a trait, but for now I
just switch the default.

NodePort might be useful for some demos (especially with minikube),
but it isn't a great default for all scenarios. ClusterIP is a
safer default, and you can always forward a port to it if you
don't have ingress.

Signed-off-by: Dave Syer <dsyer@vmware.com>
@wonderflow wonderflow merged commit fc77072 into crossplane:master Nov 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants