Skip to content

Commit 31dd27e

Browse files
committed
Added Prometheus operator sample config files
1 parent f1997f8 commit 31dd27e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/config/k8s/operator/pure-fa-ome-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
containers:
1919
- command:
2020
- /pure-fa-om-exporter
21-
image: quay.io/purestorage/pure-fa-om-exporter
21+
image: quay.io/purestorage/pure-fa-om-exporter:latest
2222
imagePullPolicy: Always
2323
name: pure-fa-om-exporter
2424
ports:

examples/config/k8s/operator/pure-fa-ome-deploy_tokens.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
spec:
2323
containers:
2424
- name: pure-fa-om-exporter
25-
image: quay.io/purestorage/pure-fa-om-exporter/pure-fa-om-exporter
25+
image: quay.io/purestorage/pure-fa-om-exporter/pure-fa-om-exporter:latest
2626
command: ["/pure-fa-om-exporter"]
2727
imagePullPolicy: "Always"
2828
args:

examples/config/k8s/simple-deployment/pure-fa-exporter-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
spec:
2323
containers:
2424
- name: pure-fa-om-exporter
25-
image: quay.io/purestorage/pure-fa-om-exporter
25+
image: quay.io/purestorage/pure-fa-om-exporter:latest
2626
args:
2727
- '--host=0.0.0.0'
2828
- '--port=9490'

0 commit comments

Comments
 (0)