Selaa lähdekoodia

Update deployment.yaml

guizhong 5 vuotta sitten
vanhempi
commit
7f101d99e1
1 muutettua tiedostoa jossa 28 lisäystä ja 1 poistoa
  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