Changeset 0.28.6 (#192)
This commit is contained in:
25
chart/templates/NOTES.txt
Normal file
25
chart/templates/NOTES.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user