Files
minikube-setup/linkerd-viz/templates/viz-ingress.yaml
2024-10-23 23:35:59 +02:00

20 lines
448 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: web
annotations:
nginx.ingress.kubernetes.io/upstream-vhost: $service_name.$namespace.svc.cluster.local:8084
spec:
ingressClassName: nginx
rules:
- host: linkerd.localhost
http:
paths:
- backend:
service:
name: web
port:
name: http
path: /
pathType: Prefix