github.com/codefresh-io/kcfi@v0.0.0-20230301195427-c1578715cc46/charts/openshift-routes/templates/cfui-route.yaml (about) 1 apiVersion: route.openshift.io/v1 2 kind: Route 3 metadata: 4 name: {{ .Values.namePrefix}}cfui 5 spec: 6 host: {{ .Values.host }} 7 # path: / 8 port: 9 targetPort: 8080 10 tls: 11 termination: edge 12 to: 13 kind: Service 14 name: cf-cfui 15 # weight: 0 16 # wildcardPolicy: None