feat: add loki ingress with basic auth

This commit is contained in:
cătălin 2024-02-08 22:41:49 +01:00
commit 04a428e369
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
3 changed files with 33 additions and 0 deletions

View file

@ -40,6 +40,16 @@ spec:
loki:
storage:
type: filesystem
ingress:
enabled: true
ingressClassName: traefik
annotations:
traefik.ingress.kubernetes.io/router.middlewares: monitoring-loki-auth-middleware@kubernetescrd
hosts:
- host: loki.fuku
paths:
- /
prometheus:
enabled: true
isDefault: true