Skip to content

Commit

Permalink
test ingress with tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
pokgak committed Sep 16, 2023
1 parent 11554ca commit 4834642
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions clusters/labsV2/system/kube-prometheus-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,18 @@ spec:
service:
annotations:
external-dns.alpha.kubernetes.io/internal-hostname: alertmanager.k8s.pokgak.xyz
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: kube-prometheus-stack-prometheus
spec:
defaultBackend:
service:
name: kube-prometheus-stack-prometheus
port:
number: 9090
ingressClassName: tailscale
tls:
- hosts:
- prometheus

0 comments on commit 4834642

Please sign in to comment.