Thank you for installing {{ .Chart.Name }}!

Your release is named {{ .Release.Name }}.

═══════════════════════════════════════════════════════════════
ACCESSING COLANODE
═══════════════════════════════════════════════════════════════

{{- if .Values.colanode.ingress.enabled }}
Your Colanode instance will be available at:
{{- range .Values.colanode.ingress.hosts }}
  {{- range .paths }}
  http{{ if $.Values.colanode.ingress.tls }}s{{ end }}://{{ .host }}{{ if ne .path "/" }}{{ .path }}{{ end }}
  {{- end }}
{{- end }}

Note: Make sure your ingress controller is configured and DNS is pointing to your cluster.
{{- else }}
To access Colanode, run:
  kubectl port-forward svc/{{ include "colanode.fullname" . }} 3000:3000 -n {{ .Release.Namespace }}

Then visit: http://localhost:3000
{{- end }}

═══════════════════════════════════════════════════════════════
DESKTOP APPLICATION
═══════════════════════════════════════════════════════════════

Download the Colanode desktop app from: https://colanode.com/downloads
Use the server URL above when connecting.

═══════════════════════════════════════════════════════════════
DEPLOYMENT STATUS
═══════════════════════════════════════════════════════════════

Check deployment status:
  kubectl get pods -n {{ .Release.Namespace }} -l app.kubernetes.io/instance={{ .Release.Name }}

View application logs:
  kubectl logs -n {{ .Release.Namespace }} -l app.kubernetes.io/name={{ include "colanode.name" . }} -f

═══════════════════════════════════════════════════════════════
SERVICES INFORMATION
═══════════════════════════════════════════════════════════════

{{- if .Values.postgresql.enabled }}
📊 PostgreSQL (with pgvector): {{ include "colanode.postgresql.hostname" . }}:5432
{{- end }}
{{- if .Values.redis.enabled }}
🔄 Redis/Valkey: {{ include "colanode.redis.hostname" . }}:6379
{{- end }}
{{- if .Values.minio.enabled }}
💾 MinIO Storage: {{ include "colanode.minio.hostname" . }}:9000
   Console: {{ include "colanode.minio.hostname" . }}:9001
{{- end }}

All service credentials are auto-generated and stored in Kubernetes secrets.
To retrieve them: kubectl get secrets -n {{ .Release.Namespace }}

═══════════════════════════════════════════════════════════════

For more information, visit: https://github.com/colanode/colanode
For support, create an issue at: https://github.com/colanode/colanode/issues
