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

View file

@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
namespace: metrics
labels:
app.kubernetes.io/name: pyroscope
name: pyroscope
spec:
ports:
- name: "4040"
port: 4040
targetPort: 4040
selector:
app.kubernetes.io/name: pyroscope