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