rancher-partner-charts/charts/kubecost/cost-analyzer/1.83.201/templates/NOTES.txt

11 lines
452 B
Plaintext

--------------------------------------------------
{{- $servicePort := .Values.service.port | default 9090 -}}
Kubecost has been successfully installed. When pods are Ready, you can enable port-forwarding with the following command:
kubectl port-forward --namespace {{ .Release.Namespace }} deployment/{{ template "cost-analyzer.fullname" . }} {{ $servicePort }}
Next, navigate to http://localhost:{{ $servicePort }} in a web browser.