|
@@ -87,3 +87,17 @@ spec:
|
|
backend:
|
|
backend:
|
|
serviceName: $JNLP_CONTROL_NAME-svc
|
|
serviceName: $JNLP_CONTROL_NAME-svc
|
|
servicePort: $JNLP_CONTAINER_PORT
|
|
servicePort: $JNLP_CONTAINER_PORT
|
|
|
|
+ - host: test-$JNLP_ENV-$JNLP_CONTROL_NAME$JNLP_DOMAIN
|
|
|
|
+ http:
|
|
|
|
+ paths:
|
|
|
|
+ - path: /
|
|
|
|
+ backend:
|
|
|
|
+ serviceName: $JNLP_CONTROL_NAME-svc
|
|
|
|
+ servicePort: $JNLP_CONTAINER_PORT
|
|
|
|
+ - host: test2-$JNLP_ENV-$JNLP_CONTROL_NAME$JNLP_DOMAIN
|
|
|
|
+ http:
|
|
|
|
+ paths:
|
|
|
|
+ - path: /
|
|
|
|
+ backend:
|
|
|
|
+ serviceName: $JNLP_CONTROL_NAME-svc
|
|
|
|
+ servicePort: $JNLP_CONTAINER_PORT
|