Files
infrastructure/clusters/cl01tl/manifests/dawarich/Service-dawarich-valkey-metrics.yaml

24 lines
565 B
YAML

apiVersion: v1
kind: Service
metadata:
name: dawarich-valkey-metrics
labels:
helm.sh/chart: valkey-0.9.3
app.kubernetes.io/name: valkey
app.kubernetes.io/instance: dawarich
app.kubernetes.io/version: "9.0.3"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: metrics
app.kubernetes.io/part-of: valkey
annotations:
spec:
type: ClusterIP
ports:
- name: metrics
port: 9121
protocol: TCP
targetPort: metrics
selector:
app.kubernetes.io/name: valkey
app.kubernetes.io/instance: dawarich