浏览代码

Update deployment.yaml

guizhong 5 年之前
父节点
当前提交
7f101d99e1
共有 1 个文件被更改,包括 28 次插入1 次删除
  1. 28 1
      deployment.yaml

+ 28 - 1
deployment.yaml

@@ -108,4 +108,31 @@ spec:
         backend:
           serviceName: $JNLP_CONTROL_NAME-svc
           servicePort: $JNLP_CONTAINER_PORT
-          
+  - host: www.appeasou.com 
+    http:
+      paths:
+      - path: /
+        backend:
+          serviceName: $JNLP_CONTROL_NAME-svc
+          servicePort: $JNLP_CONTAINER_PORT
+  - host: wap.appeasou.com
+    http:
+      paths:
+      - path: /
+        backend:
+          serviceName: $JNLP_CONTROL_NAME-svc
+          servicePort: $JNLP_CONTAINER_PORT
+  - host: appeasou.com
+    http:
+      paths:
+      - path: /
+        backend:
+          serviceName: $JNLP_CONTROL_NAME-svc
+          servicePort: $JNLP_CONTAINER_PORT
+  - host: a.appeasou.com
+    http:
+      paths:
+      - path: /
+        backend:
+          serviceName: $JNLP_CONTROL_NAME-svc
+          servicePort: $JNLP_CONTAINER_PORT