Browse Source

[CI SKIP]

scofield 2 năm trước cách đây
mục cha
commit
a7704c9927
1 tập tin đã thay đổi với 18 bổ sung0 xóa
  1. 18 0
      ingress.yaml

+ 18 - 0
ingress.yaml

@@ -0,0 +1,18 @@
+apiVersion: networking.k8s.io/v1
+kind: Ingress
+metadata:
+  name: copyright-content-manager-ingress
+  namespace: pro
+spec:
+  ingressClassName: nginx
+  rules:
+    - host: cm.eayue.com
+      http:
+        paths:
+          - path: /
+            pathType: ImplementationSpecific
+            backend:
+              service:
+                name: copyright-content-manager-svc
+                port:
+                  number: 8080