Skip to content

Commit

Permalink
Add value schema (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
GWphua authored Aug 6, 2024
1 parent 129092a commit f3f1c3b
Show file tree
Hide file tree
Showing 2 changed files with 1,222 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "druid.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
echo http://$SERVICE_IP:{{ .Values.router.port }}
{{- else if contains "ClusterIP" .Values.router.serviceType }}
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app={{ include "druid.name" . }},release={{ .Release.Name }}" --no-headers -o custom-columns=":metadata.name" | grep "^my-druid-router")
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app={{ include "druid.name" . }},release={{ .Release.Name }}" --no-headers -o custom-columns=":metadata.name" | grep "router")
echo "Visit http://127.0.0.1:8888 to use your application"
kubectl port-forward $POD_NAME 8888:{{ .Values.router.port }}
{{- end }}
Loading

0 comments on commit f3f1c3b

Please sign in to comment.