Thank you for installing Teamwork cloud and services.
Your release is named {{ .Release.Name }}.

CHART NAME: {{ .Chart.Name }}
CHART VERSION: {{ .Chart.Version }}
APP VERSION: {{ .Chart.AppVersion }}

To learn more about the release, try:
-------------------------------------
  $ helm status {{ .Release.Name }}
  $ helm get all {{ .Release.Name }}
-------------------------------------
Deployed applications and services:
-------------------------------------
{{- if .Values.twcloud.enabled }}
Teamwork cloud server - Replicas: {{ .Values.twcloud.replicas }}
{{- end }}
{{- if .Values.cassandra.enabled }}
Cassandra DB - Replicas: {{ .Values.cassandra.replicaCount }}
{{- end }}
{{- if .Values.adminconsole.enabled }}
Admin console application - Replicas: {{ .Values.adminconsole.replicas }}
{{- end }}
{{- if .Values.artemis.enabled }}
Active MQ artemis server
{{- end }}
{{- if .Values.authentication.enabled }}
Authentication application - Replicas: {{ .Values.authentication.replicas }}
{{- end }}
{{- if .Values.collaborator.enabled }}
Collaborator application - Replicas: {{ .Values.collaborator.replicas }}
{{- end }}
{{- if .Values.docexporter.enabled }}
Document exporter application - Replicas: {{ .Values.docexporter.replicas }}
{{- end }}
{{- if .Values.oslc.enabled }}
Oslc application - Replicas: {{ .Values.oslc.replicas }}
{{- end }}
{{- if .Values.reports.enabled }}
Reports application - Replicas: {{ .Values.reports.replicas }}
{{- end }}
{{- if .Values.resources.enabled }}
Resources application - Replicas: {{ .Values.resources.replicas }}
{{- end }}
{{- if .Values.rum.enabled }}
Resource-usage-map application - Replicas: {{ .Values.rum.replicas }}
{{- end }}
{{- if .Values.simulation.enabled }}
Simulation application - Replicas: {{ .Values.simulation.replicas }}
{{- end }}
{{- if .Values.magiclab.enabled }}
Magic-lab application - Replicas: {{ .Values.magiclab.replicas }}
{{- end }}
{{- if .Values.webapp.enabled }}
Webapp application - Replicas: {{ .Values.webapp.replicas }}
{{- end }}
{{- if .Values.sysml2api.enabled }}
Sysml2api application - Replicas: {{ .Values.sysml2api.replicas }}
{{- end }}
{{- if .Values.sgicrawler.enabled }}
Sgicrawler application - Replicas: {{ .Values.sgicrawler.replicas }}
{{- end }}
{{- if .Values.elementchooser.enabled }}
Element chooser application - Replicas: {{ .Values.elementchooser.replicas }}
{{- end }}
{{- if .Values.zookeeper.enabled }}
Zookeeper server
{{- end }}
-------------------------------------

{{ if .Values.ingress.enabled }}
ingress-nginx is enabled.
-------------------------------------
{{- range .Values.ingress.controller.hosts }}
url exposed by LoadBalancer: https://{{.host}}/webapp{{- end }}
{{- if .Values.ingress.tcp }}
{{ range .Values.ingress.controller.hosts }}
Twcloud TCP Ports exposed through nginx
url: {{.host}}{{- end }}
{{- end }}
-------------------------------------
{{- end }}