Moved service to inlets namespace
This commit is contained in:
parent
4e0680eb57
commit
1850295742
@ -197,3 +197,18 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: inlets
|
serviceName: inlets
|
||||||
servicePort: 80
|
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
|
maxLines: 1000
|
||||||
- name: Prometheus-local
|
- name: Prometheus-local
|
||||||
type: prometheus
|
type: prometheus
|
||||||
url: http://prometheus-local.logging:80
|
url: http://prometheus-local.inlets:80
|
||||||
access: proxy
|
access: proxy
|
||||||
grafana.ini:
|
grafana.ini:
|
||||||
analytics:
|
analytics:
|
||||||
@ -203,18 +203,3 @@ 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