mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(vmsingle): ingress
This commit is contained in:
25
kube/deploy/core/monitoring/victoria/cluster/ingress.yaml
Normal file
25
kube/deploy/core/monitoring/victoria/cluster/ingress.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user