Explorar el Código

Update deployment.yaml

guizhong hace 6 años
padre
commit
15b6f69206
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  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
+