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

20 lines
367 B
YAML

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