23 lines
396 B
YAML
23 lines
396 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: neuron-daemon
|
|
namespace: neuron-prod
|
|
labels:
|
|
app: neuron-daemon
|
|
spec:
|
|
selector:
|
|
app: neuron-daemon
|
|
ports:
|
|
- name: ws
|
|
port: 7749
|
|
targetPort: 7749
|
|
- name: engram
|
|
port: 7750
|
|
targetPort: 7750
|
|
type: ClusterIP
|
|
sessionAffinity: ClientIP
|
|
sessionAffinityConfig:
|
|
clientIP:
|
|
timeoutSeconds: 86400
|