修改配置文件

This commit is contained in:
15128022404 2022-02-23 19:04:30 +08:00
parent 22ea8bd895
commit 1d5a036bf7

View File

@ -4,7 +4,7 @@ metadata:
labels:
app: enfi-boot
name: enfi-boot
namespace: wang-project #一定要写名称空间
namespace: wang-project
spec:
progressDeadlineSeconds: 600
replicas: 1s
@ -22,16 +22,9 @@ spec:
app: enfi-boot
spec:
imagePullSecrets:
- name: aliyun-docker-hub #提前在项目下配置访问阿里云的账号密码
- name: aliyun-docker-hub
containers:
- image: $REGISTRY/$ALIYUNHUB_NAMESPACE/enfi-boot:SNAPSHOT-$BUILD_NUMBER
# readinessProbe:
# httpGet:
# path: /actuator/health
# port: 8080
# timeoutSeconds: 10
# failureThreshold: 30
# periodSeconds: 5
imagePullPolicy: Always
name: app
ports: