Browse Source

Update deployment.yaml

guizhong 6 năm trước cách đây
mục cha
commit
b157334843
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      deployment.yaml

+ 14 - 0
deployment.yaml

@@ -87,3 +87,17 @@ spec:
         backend:
           serviceName: $JNLP_CONTROL_NAME-svc
           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