moved to manifests from chart

This commit is contained in:
Ultradesu
2026-02-05 17:46:20 +02:00
parent 09562a6cb9
commit 4d095e2773
4 changed files with 80 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
---
apiVersion: v1
kind: Service
metadata:
name: n8n-redis
labels:
app: redis
component: n8n
spec:
selector:
app: redis
component: n8n
ports:
- name: redis
port: 6379
targetPort: 6379
protocol: TCP
type: ClusterIP