scofield %!s(int64=2) %!d(string=hai) anos
pai
achega
1730260273
Modificáronse 1 ficheiros con 48 adicións e 0 borrados
  1. 48 0
      ingress.yaml

+ 48 - 0
ingress.yaml

@@ -0,0 +1,48 @@
+apiVersion: networking.k8s.io/v1
+kind: Ingress
+metadata:
+  name: dashouye-ingress
+  namespace: pro
+spec:
+  ingressClassName: nginx
+  rules:
+    - host: wap.appeasou.com
+      http:
+        paths:
+          - path: /
+            pathType: ImplementationSpecific
+            backend:
+              service:
+                name: dashouye-svc
+                port:
+                  number: 80
+    - host: a.appeasou.com
+      http:
+        paths:
+          - path: /
+            pathType: ImplementationSpecific
+            backend:
+              service:
+                name: dashouye-svc
+                port:
+                  number: 80
+    - host: wap.easou.com
+      http:
+        paths:
+          - path: /
+            pathType: ImplementationSpecific
+            backend:
+              service:
+                name: dashouye-svc
+                port:
+                  number: 80
+    - host: a.easou.com
+      http:
+        paths:
+          - path: /
+            pathType: ImplementationSpecific
+            backend:
+              service:
+                name: dashouye-svc
+                port:
+                  number: 80