Skip to content

Commit

Permalink
Fix provided dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
sschnabe committed Dec 11, 2023
1 parent 4c60517 commit 85e095b
Show file tree
Hide file tree
Showing 4 changed files with 1,221 additions and 383 deletions.
10 changes: 5 additions & 5 deletions src/test/k3s/dev/grafana/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
app.kubernetes.io/name: grafana
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "3000"
prometheus.io/port: "8080"
prometheus.io/path: /metrics
spec:
initContainers:
Expand All @@ -38,8 +38,8 @@ spec:
name: grafana-secrets
key: GF_DATABASE_PASSWORD
securityContext:
runAsUser: 10001
runAsGroup: 10001
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
readOnlyRootFilesystem: true
privileged: false
Expand Down Expand Up @@ -76,8 +76,8 @@ spec:
- name: tmp
mountPath: /tmp/grafana
securityContext:
runAsUser: 10001
runAsGroup: 10001
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
readOnlyRootFilesystem: true
privileged: false
Expand Down
Loading

0 comments on commit 85e095b

Please sign in to comment.