Moved service to inlets namespace
This commit is contained in:
parent
4e0680eb57
commit
1850295742
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user