Added multi-cluster monitoring

This commit is contained in:
2021-06-14 10:09:27 +01:00
parent 59477f604a
commit 9baf2ead15
10 changed files with 2251 additions and 0 deletions

View File

@@ -212,3 +212,17 @@ spec:
targetPort: 8000
selector:
app: inlets
---
kind: Service
apiVersion: v1
metadata:
name: loki-local
namespace: inlets
spec:
type: ClusterIP
ports:
- port: 80
protocol: TCP
targetPort: 8000
selector:
app: inlets