From 9f4bcaac8ec54ed5400012e80ddf698eebbebc9f Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sat, 17 Sep 2022 19:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AD=94=E6=96=B9=E9=83=A8=E7=BD=B2=E5=88=86?= =?UTF-8?q?=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s-deploy-template.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index b25bf5f..418e1f4 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -61,4 +61,6 @@ spec: scheme: HTTP path: /actuator/health/readiness port: 1024 - periodSeconds: 10 \ No newline at end of file + periodSeconds: 10 + imagePullSecrets: + - name: kp-schbrain \ No newline at end of file -- GitLab