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