added local prometheus svc
This commit is contained in:
parent
5ad34267ae
commit
34fa21e5a9
@ -199,3 +199,18 @@ spec:
|
|||||||
number: 80
|
number: 80
|
||||||
path: /
|
path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: Service
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: prometheus-local
|
||||||
|
namespace: logging
|
||||||
|
spec:
|
||||||
|
type: ClusterIP
|
||||||
|
ports:
|
||||||
|
- port: 80
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 8000
|
||||||
|
selector:
|
||||||
|
app: inlets
|
||||||
|
Loading…
Reference in New Issue
Block a user