Skip to content

Commit

Permalink
working on kube
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Coon committed Apr 11, 2024
1 parent 43dacff commit 57f5525
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kube/loki-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ apiVersion: apps/v1
kind: Deployment
metadata:
namespace: bryce2
name: grafana-deployment
name: loki-deployment
labels:
app: grafana
app: loki
spec:
replicas: 1
selector:
matchLabels:
app: grafana
app: loki
template:
metadata:
labels:
app: grafana
app: loki
spec:
containers:
- name: grafana
image: grafana/grafana:9.4.7
- name: loki
image: grafana/loki:2.8.0
ports:
- containerPort: 3100
# command: [ "-config.file=/etc/loki/local-config.yaml" ]
Expand Down

0 comments on commit 57f5525

Please sign in to comment.