Initial commit
This commit is contained in:
19
linkerd-viz/templates/viz-ingress.yaml
Normal file
19
linkerd-viz/templates/viz-ingress.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user