add service

This commit is contained in:
2024-11-24 01:19:43 -06:00
parent bae0dfeec6
commit 12b313d73d
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
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:
type: ExternalName
externalName: jellyplist-valkey-master.jellyplist

View File

@@ -228,7 +228,6 @@ jellyplist:
- path: /jellyplist_downloads
readOnly: true
valkey:
fullnameOverride: redis
architecture: standalone
auth:
enabled: false