add plane-redis service

This commit is contained in:
2024-07-31 02:45:26 +10:00
parent b5c39659ba
commit 903af6eafc
3 changed files with 61 additions and 1 deletions

View File

@@ -67,3 +67,19 @@ spec:
selector:
app.name: plane-web
---
apiVersion: v1
kind: Service
metadata:
namespace: plane
name: plane-redis
labels:
app.name: plane-redis
spec:
clusterIP: None
ports:
- name: redis-6379
port: 6379
protocol: TCP
targetPort: 6379
selector:
app.name: plane-redis