github.com/timoth-y/kicksware-api/order-service@v0.0.0-20201002192818-87b546a7ae5a/orders-chart/templates/NOTES.txt (about) 1 This is {{ .Values.component }} microservice of {{ .Values.project }} application project. 2 From outside the cluster, the {{ .Values.component }} microservice is available by URL: 3 {{- if .Values.ingress.enabled }} 4 {{- range .Values.ingress.routes }} {{ $host := .host }} 5 {{- range .paths }} 6 - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host }}{{ . }} 7 {{- end }} 8 {{- end }} 9 {{- else }} 10 Lookup external ingress controller configuration. 11 {{- end }} 12 For more info contact project maintainers: 13 {{- range .Chart.Maintainers }} 14 - {{ .Name }} 15 {{- end }}