15 lines
213 B
Text
15 lines
213 B
Text
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: prometheus-k8s
|
||
|
spec:
|
||
|
type: NodePort
|
||
|
ports:
|
||
|
- name: web
|
||
|
nodePort: 30900
|
||
|
port: 9090
|
||
|
protocol: TCP
|
||
|
targetPort: web
|
||
|
selector:
|
||
|
prometheus: k8s
|