From b378cf1dbe14e2239435f5baf335ce32f099ea1b Mon Sep 17 00:00:00 2001 From: newrain001 Date: Sat, 8 Oct 2022 15:56:29 +0000 Subject: [PATCH] update tomcat.yaml. Signed-off-by: newrain001 --- tomcat.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tomcat.yaml b/tomcat.yaml index d58f920..a06ff58 100644 --- a/tomcat.yaml +++ b/tomcat.yaml @@ -16,6 +16,8 @@ spec: image: 192.168.96.155/xiaoming/mytomcat:v2.0 ports: - containerPort: 8080 + imagePullSecrets: + - name: login --- apiVersion: v1