springcloud_k8s_panzhihuazhihuishequ/deploy-file/service-zuul.yaml
@@ -19,6 +19,11 @@ - name: service-zuul-instance image: registry.cn-chengdu.aliyuncs.com/panzhihua/service-zuul:v1 imagePullPolicy: Always env: - name: EUREKA_URL value: eureka-server - name: CONFIG_URL value: config-server ports: - containerPort: 8194 imagePullSecrets: springcloud_k8s_panzhihuazhihuishequ/zuul/src/main/resources/bootstrap.yml
@@ -15,6 +15,7 @@ enabled: true service-id: config # 注册中心的服务名 profile: prod # 指定配置文件的环境 uri: http://${CONFIG_URL:localhost}:8193/ profiles: active: prod servlet: