2017-04-03 2 views

답변

0

src/main/fabric8에 경로 설명을 추가 할 수 있습니다.

metadata: 
    name: myRoute 
spec: 
    host: myhost.mydomain.com 
    to: 
    kind: Service 
    name: myService 
    tls: 
    termination: edge 
0

최소 파일 수 (SRC의/주/fabric8/route.yml) :

spec: 
    to: 
    kind: Service 
    name: myService 
    tls: 
    termination: edge 
/route.yml, 여기에 샘플입니다