All Downloads are FREE. Search and download functionalities are using the official Maven repository.

atform.apps.prometheus.4.0.78.source-code.deployment.yml Maven / Gradle / Ivy

There is a newer version: 4.0.208
Show newest version
metadata:
  namespace: fabric8-metrics
  annotations:
    configmap.fabric8.io/update-on-change: "prometheus"
spec:
  template:
    spec:
      containers:
      - name: prometheus
        args:
        - -storage.local.retention=6h
        - -storage.local.memory-chunks=500000
        - -config.file=/etc/prometheus/prometheus.yml
        image: prom/prometheus:latest
        readinessProbe:
          httpGet:
            path: "/"
            port: 9090
          initialDelaySeconds: 10
          timeoutSeconds: 10
        livenessProbe:
          httpGet:
            path: "/"
            port: 9090
          initialDelaySeconds: 60
          timeoutSeconds: 10
        volumeMounts:
        - mountPath: /etc/prometheus
          name: prometheus-config
        - mountPath: /prometheus
          name: prometheus-data
      serviceAccount: prometheus
      serviceAccountName: prometheus
      volumes:
      - configMap:
          defaultMode: 420
          name: prometheus
        name: prometheus-config
        items:
        - key: prometheus.yml
          path: prometheus.yml
      - emptyDir: {}
        name: prometheus-data




© 2015 - 2025 Weber Informatics LLC | Privacy Policy