aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/monitoring/prometheus/service.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/namespaces/monitoring/prometheus/service.yaml')
-rw-r--r--kubernetes/namespaces/monitoring/prometheus/service.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/kubernetes/namespaces/monitoring/prometheus/service.yaml b/kubernetes/namespaces/monitoring/prometheus/service.yaml
new file mode 100644
index 0000000..5ec3a21
--- /dev/null
+++ b/kubernetes/namespaces/monitoring/prometheus/service.yaml
@@ -0,0 +1,11 @@
+apiVersion: v1
+kind: Service
+metadata:
+ name: prometheus
+ namespace: monitoring
+spec:
+ selector:
+ app: prometheus
+ ports:
+ - port: 9090
+ targetPort: 9090