NOTES.txt 690 B

123456789101112131415
  1. 1. Get the application URL by running these commands:
  2. {{- if contains "NodePort" .Values.service.type }}
  3. export OPERATOR_PORT=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "cello-master.fullname" . }} -o jsonpath="{.spec.ports[1].nodePort}")
  4. export USER_DASHBOARD_PORT=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "cello-master.fullname" . }} -o jsonpath="{.spec.ports[2].nodePort}")
  5. {{- end }}
  6. 2. Local storage paths:
  7. mongo: {{ .Values.mongo.storePath }}
  8. nfs: {{ .Values.nfs.storePath }}
  9. minio: {{ .Values.minio.persistence.storePath }}
  10. 3. Ingress Path:
  11. {{- if .Values.minio.ingress.enabled }}
  12. path: {{ .Values.minio.ingress.path }}
  13. {{- end }}