Initial commit

This commit is contained in:
dobiadi
2024-10-23 23:35:59 +02:00
commit ae27aa6faf
21 changed files with 257 additions and 0 deletions

6
linkerd-viz/Chart.lock Normal file
View File

@@ -0,0 +1,6 @@
dependencies:
- name: linkerd-viz
repository: https://helm.linkerd.io/edge
version: 2024.10.3
digest: sha256:25a6f763e542431a8996a6e524c5c571a2196495a40ef83483ed1603bc9059f2
generated: "2024-10-23T23:19:37.227839164+02:00"

9
linkerd-viz/Chart.yaml Normal file
View File

@@ -0,0 +1,9 @@
apiVersion: v2
name: linkerd-viz
description: Helm chart to update the linkerd-viz setup
type: application
version: 0.1.0
dependencies:
- name: linkerd-viz
version: "2024.10.3"
repository: "https://helm.linkerd.io/edge"

View 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

5
linkerd-viz/values.yaml Normal file
View File

@@ -0,0 +1,5 @@
linkerd-viz:
dashboard:
service:
annotations:
nginx.ingress.kubernetes.io/service-upstream: "true"