19 lines
338 B
YAML
19 lines
338 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: twentycrm-db
|
|
namespace: twentycrm
|
|
spec:
|
|
internalTrafficPolicy: Cluster
|
|
ports:
|
|
- port: 5432
|
|
protocol: TCP
|
|
targetPort: 5432
|
|
selector:
|
|
app: twentycrm-db
|
|
sessionAffinity: ClientIP
|
|
sessionAffinityConfig:
|
|
clientIP:
|
|
timeoutSeconds: 10800
|
|
type: ClusterIP
|