NodePort
This commit is contained in:
@ -118,6 +118,12 @@ spec:
|
||||
- name: EMBEDDED_STORAGE
|
||||
value: embedded
|
||||
{{end}}
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
port: {{ .Values.nacos.serverPort }}
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: {{ .Values.nacos.serverPort }}
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /home/nacos/plugins/peer-finder
|
||||
|
Reference in New Issue
Block a user