Skip to content

Commit 89384c0

Browse files
committed
update nacos-server
1 parent ac9b666 commit 89384c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mse-simple-demo/nacos-server.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ spec:
3535
port: 8848
3636
timeoutSeconds: 3
3737
readinessProbe:
38-
failureThreshold: 3
39-
initialDelaySeconds: 20
40-
periodSeconds: 10
38+
failureThreshold: 5
39+
initialDelaySeconds: 15
40+
periodSeconds: 15
4141
successThreshold: 1
4242
tcpSocket:
4343
port: 8848
4444
timeoutSeconds: 3
4545
resources:
4646
requests:
47-
cpu: 500m
48-
memory: 1Gi
47+
cpu: '1'
48+
memory: 2Gi
4949
dnsPolicy: ClusterFirst
5050
restartPolicy: Always
5151

0 commit comments

Comments
 (0)