mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
16 lines
232 B
YAML
16 lines
232 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
prometheus: k8s
|
|
name: prometheus-k8s
|
|
namespace: monitoring
|
|
spec:
|
|
ports:
|
|
- name: web
|
|
port: 9090
|
|
targetPort: web
|
|
selector:
|
|
app: prometheus
|
|
prometheus: k8s
|