EUGENIO SOUZA CARVALHO 3 年 前
コミット
ddc1388605
1 ファイル変更4 行追加4 行削除
  1. 4 4
      argoworkflow/ingress.yaml

+ 4 - 4
argoworkflow/ingress.yaml

@@ -2,17 +2,17 @@ apiVersion: traefik.containo.us/v1alpha1
 kind: IngressRoute
 metadata:
   name: argoworkflow-server-ingress
-  namespace: argo
+  namespace: argo-events
   annotations:
     traefik.ingress.kubernetes.io/router.entrypoints: web, websecure
 spec:
   entryPoints:
     - websecure
   routes:
-    - match: Host(`argoworkflow.monteasua.com.br`)
+    - match: Host(`deploy.monteasua.com.br`)
       kind: Rule
       services:
-        - name: argo-server
-          port: 2746
+        - name: github-gateway
+          port: 12000
   tls:
     secretName: monteasua-com-br-tls