Files
infrastructure/clusters/cl01tl/manifests/dawarich/Service-dawarich-valkey-read.yaml
gitea-bot c6a44f31ef Automated Manifest Update (#4392)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #4392
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-03-03 22:35:47 +00:00

22 lines
498 B
YAML

apiVersion: v1
kind: Service
metadata:
name: dawarich-valkey-read
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: read
spec:
type: ClusterIP
ports:
- name: tcp
port: 6379
targetPort: tcp
protocol: TCP
selector:
app.kubernetes.io/name: valkey
app.kubernetes.io/instance: dawarich