|
@@ -87,7 +87,7 @@ spec:
|
|
backend:
|
|
backend:
|
|
serviceName: $JNLP_CONTROL_NAME-svc
|
|
serviceName: $JNLP_CONTROL_NAME-svc
|
|
servicePort: $JNLP_CONTAINER_PORT
|
|
servicePort: $JNLP_CONTAINER_PORT
|
|
- - host: www.easou.com easou.com
|
|
|
|
|
|
+ - host: www.easou.com
|
|
http:
|
|
http:
|
|
paths:
|
|
paths:
|
|
- path: /
|
|
- path: /
|
|
@@ -101,3 +101,11 @@ spec:
|
|
backend:
|
|
backend:
|
|
serviceName: $JNLP_CONTROL_NAME-svc
|
|
serviceName: $JNLP_CONTROL_NAME-svc
|
|
servicePort: $JNLP_CONTAINER_PORT
|
|
servicePort: $JNLP_CONTAINER_PORT
|
|
|
|
+ - host: easou.com
|
|
|
|
+ http:
|
|
|
|
+ paths:
|
|
|
|
+ - path: /
|
|
|
|
+ backend:
|
|
|
|
+ serviceName: $JNLP_CONTROL_NAME-svc
|
|
|
|
+ servicePort: $JNLP_CONTAINER_PORT
|
|
|
|
+
|