1.日志挂载路径修改

2.就绪检测与存活检测规则修改
This commit is contained in:
王皓昱
2021-05-27 17:56:01 +08:00
parent f421ccce23
commit c238c1392d

View File

@ -83,6 +83,14 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
- name: JAVA_TOOL_OPTIONS
value: -XX:+UnlockExperimentalVMOptions
-XX:+UseContainerSupport
-XX:+UseCGroupMemoryLimitForHeap
-XX:InitialRAMPercentage=40.0
-XX:MinRAMPercentage=20.0
-XX:MaxRAMPercentage=80.0
---
kind: Service
apiVersion: v1