浏览代码

Update deployment.yaml

guizhong 6 年之前
父节点
当前提交
15b6f69206
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. 9 1
      deployment.yaml

+ 9 - 1
deployment.yaml

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