26 lines
825 B
Plaintext
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 }}
|