初始提交
This commit is contained in:
@@ -30,7 +30,7 @@ spec:
|
||||
exec:
|
||||
command:
|
||||
- /bin/sh
|
||||
- /saas/tmy3-config/pre-Stop.sh
|
||||
- /config/pre-Stop.sh
|
||||
resources:
|
||||
limits:
|
||||
cpu: {{ limits_cpu }}
|
||||
@@ -52,14 +52,14 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /etc/localtime
|
||||
name: localtime
|
||||
- mountPath: /saas/tmy3-config/logback-spring.xml
|
||||
name: tmly
|
||||
- mountPath: /config/logback-spring.xml
|
||||
name: backend
|
||||
subPath: logback-spring.xml
|
||||
- mountPath: /saas/tmy3-config/pre-Stop.sh
|
||||
name: tmly
|
||||
- mountPath: /config/pre-Stop.sh
|
||||
name: backend
|
||||
subPath: pre-Stop.sh
|
||||
- mountPath: /saas/run-env.sh
|
||||
name: tmly
|
||||
- mountPath: /config/run-env.sh
|
||||
name: backend
|
||||
subPath: run-env.sh
|
||||
imagePullSecrets:
|
||||
- name: {{ imageSecret }}
|
||||
@@ -70,5 +70,5 @@ spec:
|
||||
name: localtime
|
||||
- configMap:
|
||||
defaultMode: 420
|
||||
name: tmly
|
||||
name: tmly
|
||||
name: backend
|
||||
name: backend
|
||||
|
||||
Reference in New Issue
Block a user