]> piware.de Git - learn-metrics.git/blobdiff - learn-metrics.yaml
Move Grafana config to directory volume
[learn-metrics.git] / learn-metrics.yaml
index 6966d782784f1423579ec55caef08cdfaeeec434..7c1c7ea563403d001bfec83d51e3b165bb50c801 100644 (file)
@@ -11,16 +11,21 @@ spec:
     env:
     - name: GF_SECURITY_ADMIN_PASSWORD
       value: foobar
+    - name: GF_PATHS_CONFIG
+      value: /grafana-config/grafana.ini
     ports:
     - containerPort: 3000
       hostPort: 3000
       protocol: TCP
     volumeMounts:
+    - name: grafana-config
+      mountPath: /grafana-config
+      readOnly: true
     - name: grafana-datasource
       mountPath: /etc/grafana/provisioning/datasources/datasource.yaml
       readOnly: true
 
-  - image: docker.io/prom/prometheus:latest
+  - image: quay.io/prometheus/prometheus:latest
     name: prometheus
     ports:
     - containerPort: 9090
@@ -28,7 +33,7 @@ spec:
       protocol: TCP
     volumeMounts:
       - name: prometheus-config
-        mountPath: /etc/prometheus/prometheus.yml
+        mountPath: /etc/prometheus
         readOnly: true
 
   - image: quay.io/bitnami/nginx
@@ -44,8 +49,10 @@ spec:
       type: File
     name: grafana-datasource
   - hostPath:
-      path: ./conf-prometheus/prometheus.yml
-      type: File
+      path: ./conf-grafana
+    name: grafana-config
+  - hostPath:
+      path: ./conf-prometheus
     name: prometheus-config
   - hostPath:
       path: ./http