stacks-instances/otc/stacks/core/ingress-apps/argo-workflows-ingress.yaml

32 lines
717 B
YAML
Raw Normal View History

2025-05-21 15:04:28 +02:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$2
nginx.ingress.kubernetes.io/use-regex: "true"
name: argo-workflows-ingress
namespace: argo
spec:
ingressClassName: nginx
rules:
- host: localhost
http:
paths:
- backend:
service:
name: argo-server
port:
name: web
path: /argo-workflows(/|$)(.*)
pathType: ImplementationSpecific
2025-05-26 09:23:35 +00:00
- host:
2025-05-21 15:04:28 +02:00
http:
paths:
- backend:
service:
name: argo-server
port:
name: web
path: /argo-workflows(/|$)(.*)
pathType: ImplementationSpecific