修改user模块skywalking版本号和拷贝必要抄件
This commit is contained in:
parent
9906777e8a
commit
f8902862ae
@ -23,12 +23,12 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: agent-container
|
- name: agent-container
|
||||||
image: apache/skywalking-java-agent:8.7.0-alpine
|
image: apache/skywalking-java-agent:9.0.0-java8
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: skywalking-agent
|
- name: skywalking-agent
|
||||||
mountPath: /agent
|
mountPath: /agent
|
||||||
command: [ "/bin/sh" ]
|
command: [ "/bin/sh" ]
|
||||||
args: [ "-c", "cp -R /skywalking/agent /agent/" ]
|
args: [ "-c", "cp -R /skywalking/agent /agent/ \\cp /skywalking/agent/optional-plugins/apm-nacos-client-2.x-plugin-9.0.0.jar /skywalking/agent/plugins\\cp /skywalking/agent/optional-plugins/apm-spring-cloud-gateway-3.x-plugin-9.0.0.jar /skywalking/agent/plugins\\cp /skywalking/agent/optional-plugins/apm-spring-webflux-5.x-plugin-9.0.0.jar /skywalking/agent/plugins\\cp /skywalking/agent/optional-plugins/apm-spring-webflux-5.x-plugin-9.0.0.jar /skywalking/agent/plugins" ]
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: aliyun-hub-register #提前在项目下配置访问阿里云的账号密码
|
- name: aliyun-hub-register #提前在项目下配置访问阿里云的账号密码
|
||||||
containers:
|
containers:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user