--- apiVersion: "v1" kind: "Template" labels: {} metadata: annotations: fabric8.prometheus/summary: "[Prometheus](http://prometheus.io/) - an open-source\ \ service monitoring system and time series database" description: "Prometheus is an open-source service monitoring system and time\ \ series database\n\n[http://prometheus.io/](http://prometheus.io/)\n" fabric8.prometheus/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-devops/master/prometheus/src/main/fabric8/icon.png" labels: {} name: "prometheus" objects: - apiVersion: "v1" imagePullSecrets: [] kind: "ServiceAccount" metadata: annotations: fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-devops/master/prometheus/src/main/fabric8/icon.png" labels: {} name: "metrics" secrets: [] - apiVersion: "v1" kind: "Service" metadata: annotations: fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-devops/master/prometheus/src/main/fabric8/icon.png" prometheus.io/port: "9090" prometheus.io/scrape: "true" labels: project: "prometheus" provider: "fabric8" version: "2.2.191" group: "io.fabric8.devops.apps" name: "prometheus" spec: deprecatedPublicIPs: [] externalIPs: [] ports: - port: 80 protocol: "TCP" targetPort: 9090 selector: project: "prometheus" provider: "fabric8" group: "io.fabric8.devops.apps" type: "LoadBalancer" - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-devops/master/prometheus/src/main/fabric8/icon.png" fabric8.io/git-branch: "release-v2.2.191" fabric8.io/git-commit: "a211e4c4aa6d323d0ace3ace823d5800dd326b13" fabric8.io/build-url: "http://null:80/job/oss-parent/2" fabric8.io/build-id: "2" labels: project: "prometheus" provider: "fabric8" version: "2.2.191" group: "io.fabric8.devops.apps" name: "prometheus" spec: replicas: 1 selector: project: "prometheus" provider: "fabric8" version: "2.2.191" group: "io.fabric8.devops.apps" template: metadata: annotations: {} labels: project: "prometheus" provider: "fabric8" version: "2.2.191" group: "io.fabric8.devops.apps" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/prometheus-kubernetes:2.2.191" livenessProbe: tcpSocket: port: 9090 name: "prometheus" ports: - containerPort: 9090 name: "http" resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: {} volumeMounts: - mountPath: "/prometheus" name: "prometheus-data" readOnly: false imagePullSecrets: [] nodeSelector: {} serviceAccountName: "metrics" volumes: - emptyDir: medium: "" name: "prometheus-data" parameters: []