This repository has been archived on 2026-04-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/chart/templates/NOTES.txt
2026-03-15 01:33:38 +00:00

26 lines
825 B
Plaintext

Chat Switchboard {{ .Chart.AppVersion }} deployed.
{{- if .Values.ingress.enabled }}
Access the application at:
{{- if .Values.ingress.tls.enabled }}
https://{{ .Values.ingress.host }}{{ .Values.basePath }}
{{- else }}
http://{{ .Values.ingress.host }}{{ .Values.basePath }}
{{- end }}
{{- else }}
Port-forward to access:
kubectl port-forward svc/{{ .Release.Name }}-frontend 3000:{{ .Values.frontend.port }}
open http://localhost:3000{{ .Values.basePath }}
{{- end }}
{{- if .Values.admin.password }}
Admin credentials set via Helm values.
{{- else }}
⚠ No admin password set. Set admin.password in values or an existing secret.
{{- end }}
{{- if not .Values.encryptionKey }}
⚠ ENCRYPTION_KEY not set. BYOK provider keys cannot be encrypted.
Set encryptionKey in values for production use.
{{- end }}