Skip to content

Commit

Permalink
fix(vmsingle): ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Aug 14, 2024
1 parent d99afbf commit 4b9da2b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions kube/deploy/core/monitoring/victoria/cluster/ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: vmsingle
namespace: monitoring
annotations:
nginx.ingress.kubernetes.io/whitelist-source-range: |
${IP_JJ_V4}
spec:
ingressClassName: "nginx-internal"
rules:
- host: &host "${APP_DNS_VMSINGLE}"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: vmsingle-victoria
port:
name: http
tls:
- hosts:
- *host

0 comments on commit 4b9da2b

Please sign in to comment.