Skip to content

Commit

Permalink
fixxxxxxxxxxx loki
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jul 15, 2024
1 parent 6bd9466 commit 13b7378
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions kubernetes/apps/monitoring/loki/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ spec:
args:
- -config.file=/etc/loki/loki-local-config.yaml
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
runAsUser: 0
runAsGroup: 0
fsGroup: 0
volumes:
- name: loki-config
configMap:
Expand Down
1 change: 0 additions & 1 deletion kubernetes/apps/monitoring/loki/persistant-vol-claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ spec:
resources:
requests:
storage: 10Gi
storageClassName: manual
6 changes: 1 addition & 5 deletions kubernetes/apps/monitoring/loki/persistant-vol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ apiVersion: v1
kind: PersistentVolume
metadata:
name: loki-pv
namespace: monitoring
spec:
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Retain
storageClassName: manual
hostPath:
path: /mnt/storage/loki
type: DirectoryOrCreate

---

0 comments on commit 13b7378

Please sign in to comment.