Skip to content

Commit

Permalink
[doc] fix err. "loki_frontend" is invalid (grafana#3220)
Browse files Browse the repository at this point in the history
  • Loading branch information
liguozhong authored Jan 25, 2021
1 parent 3bb7f52 commit 0208071
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sources/configuration/query-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Use this ConfigMap to get the benefits of query parallelisation and caching with
apiVersion: v1
kind: ConfigMap
metadata:
name: loki_frontend
name: loki-frontend
namespace: <namespace>
data:
config.yaml: |
Expand Down Expand Up @@ -127,14 +127,14 @@ spec:
memory: 600Mi
volumeMounts:
- mountPath: /etc/loki
name: loki_frontend
name: loki-frontend
restartPolicy: Always
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: loki_frontend
name: loki_frontend
name: loki-frontend
name: loki-frontend
```
### Grafana
Expand Down

0 comments on commit 0208071

Please sign in to comment.