add jellyplist

This commit is contained in:
2025-02-27 19:46:59 -06:00
parent e4e67c226d
commit cb52c256ad
7 changed files with 333 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: v1
kind: Service
metadata:
name: redis
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: redis
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: network
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
internalTrafficPolicy: Cluster
ports:
- name: tcp-redis
nodePort: null
port: 6379
targetPort: redis
selector:
app.kubernetes.io/component: primary
app.kubernetes.io/instance: jellyplist
app.kubernetes.io/name: valkey
sessionAffinity: None
type: ClusterIP