Moved service to inlets namespace

This commit is contained in:
Marcus Noble 2021-06-13 19:42:45 +01:00
parent 4e0680eb57
commit 1850295742
2 changed files with 16 additions and 16 deletions

View File

@ -197,3 +197,18 @@ spec:
backend:
serviceName: inlets
servicePort: 80
---
kind: Service
apiVersion: v1
metadata:
name: prometheus-local
namespace: inlets
spec:
type: ClusterIP
ports:
- port: 80
protocol: TCP
targetPort: 8000
selector:
app: inlets

View File

@ -65,7 +65,7 @@ spec:
maxLines: 1000
- name: Prometheus-local
type: prometheus
url: http://prometheus-local.logging:80
url: http://prometheus-local.inlets:80
access: proxy
grafana.ini:
analytics:
@ -203,18 +203,3 @@ 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