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 4b9da2b commit 8795cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/deploy/core/monitoring/victoria/cluster/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
ingressClassName: "nginx-internal"
rules:
- host: &host "${APP_DNS_VMSINGLE}"
- host: &host "${APP_DNS_VMSINGLE:=vmsingle}"
http:
paths:
- pathType: Prefix
Expand Down

0 comments on commit 8795cd8

Please sign in to comment.