storage and metrics
This commit is contained in:
commit
5a0d6d639b
23 changed files with 6892 additions and 0 deletions
metrics
14
metrics/loki-service.yaml
Normal file
14
metrics/loki-service.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: loki
|
||||
namespace: metrics
|
||||
labels:
|
||||
app.kubernetes.io/name: loki
|
||||
spec:
|
||||
ports:
|
||||
- name: "3100"
|
||||
port: 3100
|
||||
targetPort: 3100
|
||||
selector:
|
||||
app.kubernetes.io/name: loki
|
Loading…
Add table
Add a link
Reference in a new issue