30 lines
636 B
Plaintext
30 lines
636 B
Plaintext
Thank you for installing {{ .Chart.Name }}!
|
|
|
|
Your release is named {{ .Release.Name }}.
|
|
|
|
To learn more about the release, try:
|
|
|
|
$ helm status {{ .Release.Name }}
|
|
$ helm get all {{ .Release.Name }}
|
|
|
|
{{- if .Values.ingress.enabled }}
|
|
|
|
Calink is accessible at:
|
|
{{- range .Values.ingress.hosts }}
|
|
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ .host }}
|
|
{{- end }}
|
|
{{- else }}
|
|
|
|
To access Calink, forward the frontend port:
|
|
|
|
kubectl port-forward svc/{{ include "calink.fullname" . }}-frontend 8080:80
|
|
|
|
Then visit http://localhost:8080
|
|
{{- end }}
|
|
|
|
Backend API documentation is available at:
|
|
/docs
|
|
|
|
Health check endpoint:
|
|
/health
|