Files

20 lines
448 B
YAML
Raw Permalink Normal View History

2024-10-23 23:35:59 +02:00
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