timoth-y/kicksware-api

View on GitHub
services/cdn/cdn-chart/templates/NOTES.txt

Summary

Maintainability
Test Coverage
This is {{ .Values.component }} microservice of {{ .Values.project }} application project.
From outside the cluster, the {{ .Values.component }} microservice is available by URL:
{{- if .Values.ingress.enabled }}
{{- range .Values.ingress.routes }} {{ $host := .host }}
  {{- range .paths }}
  - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host }}{{ . }}
  {{- end }}
{{- end }}
{{- else }}
Lookup external ingress controller configuration.
{{- end }}
For more info contact project maintainers:
{{- range .Chart.Maintainers }}
  - {{ .Name }}
{{- end }}