|
|
@ -23,3 +23,31 @@ spec:
|
|
|
|
storageClass: ebs-hdd
|
|
|
|
storageClass: ebs-hdd
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: 200Gi
|
|
|
|
size: 200Gi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service:
|
|
|
|
|
|
|
|
main:
|
|
|
|
|
|
|
|
ports:
|
|
|
|
|
|
|
|
http:
|
|
|
|
|
|
|
|
port: 8384
|
|
|
|
|
|
|
|
listen:
|
|
|
|
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
type: NodePort
|
|
|
|
|
|
|
|
externalTrafficPolicy: Local
|
|
|
|
|
|
|
|
ports:
|
|
|
|
|
|
|
|
listen:
|
|
|
|
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
port: 22000
|
|
|
|
|
|
|
|
protocol: TCP
|
|
|
|
|
|
|
|
targetPort: 22000
|
|
|
|
|
|
|
|
nodePort: 22000
|
|
|
|
|
|
|
|
discovery:
|
|
|
|
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
type: NodePort
|
|
|
|
|
|
|
|
externalTrafficPolicy: Local
|
|
|
|
|
|
|
|
ports:
|
|
|
|
|
|
|
|
discovery:
|
|
|
|
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
port: 21027
|
|
|
|
|
|
|
|
protocol: UDP
|
|
|
|
|
|
|
|
targetPort: 21027
|
|
|
|
|
|
|
|
nodePort: 21027
|
|
|
|