Commit af003c5f authored by liaozan's avatar liaozan 🏀

update scripts

parent 611394e2
FROM registry.cn-hangzhou.aliyuncs.com/schbrain/jdk11 as builder
FROM registry.cn-hangzhou.aliyuncs.com/schbrain_online/jdk11 as builder
WORKDIR app
COPY ${JAR_FILE} app.jar
RUN java -Djarmode=layertools -jar app.jar extract
FROM registry.cn-hangzhou.aliyuncs.com/schbrain/jdk11
FROM registry.cn-hangzhou.aliyuncs.com/schbrain_online/jdk11
WORKDIR app
COPY --from=builder app/dependencies/ ./
COPY --from=builder app/spring-boot-loader/ ./
......
......@@ -42,6 +42,4 @@ spec:
path: /actuator/health/readiness
port: 1024
initialDelaySeconds: 30
periodSeconds: 10
imagePullSecrets:
- name: kp-schbrain
\ No newline at end of file
periodSeconds: 10
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment