From 12b313d73d6af372814d57c502432fcb6d6c6e67 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 24 Nov 2024 01:19:43 -0600 Subject: [PATCH] add service --- .../applications/jellyplist/templates/service.yaml | 14 ++++++++++++++ .../cl01tl/applications/jellyplist/values.yaml | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 clusters/cl01tl/applications/jellyplist/templates/service.yaml diff --git a/clusters/cl01tl/applications/jellyplist/templates/service.yaml b/clusters/cl01tl/applications/jellyplist/templates/service.yaml new file mode 100644 index 000000000..fa8de7c90 --- /dev/null +++ b/clusters/cl01tl/applications/jellyplist/templates/service.yaml @@ -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 diff --git a/clusters/cl01tl/applications/jellyplist/values.yaml b/clusters/cl01tl/applications/jellyplist/values.yaml index 3719b9bf0..baac26e06 100644 --- a/clusters/cl01tl/applications/jellyplist/values.yaml +++ b/clusters/cl01tl/applications/jellyplist/values.yaml @@ -228,7 +228,6 @@ jellyplist: - path: /jellyplist_downloads readOnly: true valkey: - fullnameOverride: redis architecture: standalone auth: enabled: false