all
huanghongfa
2021-02-02 6d88dee554714973969029e970e23dc2c85e2009
all
2个文件已修改
6 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/deploy-file/service-zuul.yaml 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/zuul/src/main/resources/bootstrap.yml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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: