Skip to content

Commit

Permalink
Merge pull request #6 from gorhanh/pr/5-fix-loki-simple-alveolus-serv…
Browse files Browse the repository at this point in the history
…ices

Fixes loki-simple alveolus service and deployments associations
  • Loading branch information
fpapon authored Nov 21, 2022
2 parents bfc29d6 + 881a600 commit 4d29fc8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ metadata:
name: promtail-server-deployment
labels:
app: loki-simple
app.loki: promtail
spec:
replicas: 1
selector:
matchLabels:
app: loki-simple
app.loki: promtail
template:
metadata:
labels:
app: loki-simple
app.loki: promtail
spec:
serviceAccountName: promtail-serviceaccount
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ metadata:
name: loki-server-deployment
labels:
app: loki-simple
app.loki: loki
spec:
replicas: 1
selector:
matchLabels:
app: loki-simple
app.loki: loki
template:
metadata:
labels:
app: loki-simple
app.loki: loki
spec:
volumes:
- name: config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ spec:
# cause we want to access on the host the service (for convenience: http://$(minikube ip):32100)
nodePort: 32100
selector:
app: loki-simple
app.loki: loki
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ spec:
targetPort: 3101
nodePort: 32101
selector:
app: loki-simple
app.loki: promtail

0 comments on commit 4d29fc8

Please # to comment.