Moved service to inlets namespace

This commit is contained in:
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