mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-27 06:13:16 +03:00
db9ec58f5d
Also updated the way secrets are generated with Terraform and some code cleanup
19 lines
344 B
YAML
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
|