storage and metrics

This commit is contained in:
royalcat 2025-03-03 16:47:59 +03:00
commit 5a0d6d639b
23 changed files with 6892 additions and 0 deletions

14
metrics/loki-service.yaml Normal file
View 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