fix: fix loki and tempo configs
This commit is contained in:
@@ -96,51 +96,6 @@ spec:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
atlantis.oceanbox.io/expose: internal
|
||||
paths:
|
||||
# -- Paths that are exposed by Loki Distributor.
|
||||
# If deployment mode is Distributed, the requests are forwarded to the service: `{{"loki.distributorFullname"}}`.
|
||||
# If deployment mode is SimpleScalable, the requests are forwarded to write k8s service: `{{"loki.writeFullname"}}`.
|
||||
# If deployment mode is SingleBinary, the requests are forwarded to the central/single k8s service: `{{"loki.singleBinaryFullname"}}`
|
||||
distributor:
|
||||
- /api/prom/push
|
||||
- /loki/api/v1/push
|
||||
- /otlp/v1/logs
|
||||
# -- Paths that are exposed by Loki Query Frontend.
|
||||
# If deployment mode is Distributed, the requests are forwarded to the service: `{{"loki.queryFrontendFullname"}}`.
|
||||
# If deployment mode is SimpleScalable, the requests are forwarded to write k8s service: `{{"loki.readFullname"}}`.
|
||||
# If deployment mode is SingleBinary, the requests are forwarded to the central/single k8s service: `{{"loki.singleBinaryFullname"}}`
|
||||
queryFrontend:
|
||||
- /api/prom/query
|
||||
# this path covers labels and labelValues endpoints
|
||||
- /api/prom/label
|
||||
- /api/prom/series
|
||||
- /api/prom/tail
|
||||
- /loki/api/v1/query
|
||||
- /loki/api/v1/query_range
|
||||
- /loki/api/v1/tail
|
||||
# this path covers labels and labelValues endpoints
|
||||
- /loki/api/v1/label
|
||||
- /loki/api/v1/labels
|
||||
- /loki/api/v1/series
|
||||
- /loki/api/v1/index/stats
|
||||
- /loki/api/v1/index/volume
|
||||
- /loki/api/v1/index/volume_range
|
||||
- /loki/api/v1/format_query
|
||||
- /loki/api/v1/detected_fields
|
||||
- /loki/api/v1/detected_labels
|
||||
- /loki/api/v1/patterns
|
||||
# -- Paths that are exposed by Loki Ruler.
|
||||
# If deployment mode is Distributed, the requests are forwarded to the service: `{{"loki.rulerFullname"}}`.
|
||||
# If deployment mode is SimpleScalable, the requests are forwarded to k8s service: `{{"loki.backendFullname"}}`.
|
||||
# If deployment mode is SimpleScalable but `read.legacyReadTarget` is `true`, the requests are forwarded to k8s service: `{{"loki.readFullname"}}`.
|
||||
# If deployment mode is SingleBinary, the requests are forwarded to the central/single k8s service: `{{"loki.singleBinaryFullname"}}`
|
||||
ruler:
|
||||
- /api/prom/rules
|
||||
- /api/prom/api/v1/rules
|
||||
- /api/prom/api/v1/alerts
|
||||
- /loki/api/v1/rules
|
||||
- /prometheus/api/v1/rules
|
||||
- /prometheus/api/v1/alerts
|
||||
hosts:
|
||||
- loki.adm.oceanbox.io
|
||||
tls:
|
||||
|
||||
@@ -43,8 +43,6 @@ spec:
|
||||
path: /var/tempo/traces
|
||||
wal:
|
||||
path: /var/tempo/wal
|
||||
extraArgs:
|
||||
- -config.expand-env=true
|
||||
extraEnv:
|
||||
- name: S3KEY
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user