Skip to content

Commit

Permalink
change default service to ClusterIP
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nik committed Dec 17, 2024
1 parent 9b0ff44 commit 042af26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/chromadb-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serviceAccount:


service:
type: NodePort #use ClusterIP for internal only and LoadBalancer for external
type: ClusterIP # ClusterIP, NodePort, LoadBalancer
nodePort: null

ingress:
Expand Down

0 comments on commit 042af26

Please sign in to comment.