We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9b666 commit 89384c0Copy full SHA for 89384c0
mse-simple-demo/nacos-server.yaml
@@ -35,17 +35,17 @@ spec:
35
port: 8848
36
timeoutSeconds: 3
37
readinessProbe:
38
- failureThreshold: 3
39
- initialDelaySeconds: 20
40
- periodSeconds: 10
+ failureThreshold: 5
+ initialDelaySeconds: 15
+ periodSeconds: 15
41
successThreshold: 1
42
tcpSocket:
43
44
45
resources:
46
requests:
47
- cpu: 500m
48
- memory: 1Gi
+ cpu: '1'
+ memory: 2Gi
49
dnsPolicy: ClusterFirst
50
restartPolicy: Always
51
0 commit comments