added local prometheus svc

This commit is contained in:
Marcus Noble 2021-06-13 19:32:01 +01:00
parent 5ad34267ae
commit 34fa21e5a9
1 changed files with 15 additions and 0 deletions

View File

@ -199,3 +199,18 @@ spec:
number: 80
path: /
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