{{- if .Values.ingress.enabled }}
- You can connect to this ubuntu within your browser at this [link](http{{ if $.Values.ingress.tls }}s{{ end }}://{{ .Values.ingress.hostname }}/vnc.html)
{{- end }}
- You will need this service password to access the service: **{{ .Values.security.password }}**
  *It usually never changes except if you or a member of your project requested it to*.

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
- You can connect to your custom port on this [link](http{{ if $.Values.ingress.tls }}s{{ end }}://{{ .Values.ingress.userHostname }})
If you don't run your custom service you will get a 502 bad gateway error.
{{- end }}
{{- end }}