Files
easypanel-supabase-compose/twenty/code/k8s/manifests/service-redis.yaml
T
Andrei Canta aa05d8edec update all
2024-12-04 15:21:36 +02:00

19 lines
344 B
YAML

apiVersion: v1
kind: Service
metadata:
name: twentycrm-redis
namespace: twentycrm
spec:
internalTrafficPolicy: Cluster
ports:
- port: 6379
protocol: TCP
targetPort: 6379
selector:
app: twentycrm-redis
sessionAffinity: ClientIP
sessionAffinityConfig:
clientIP:
timeoutSeconds: 10800
type: ClusterIP