正在显示
1 个修改的文件
包含
14 行增加
和
21 行删除
| @@ -46,19 +46,14 @@ spec: | @@ -46,19 +46,14 @@ spec: | ||
| 46 | - name: opp | 46 | - name: opp |
| 47 | image: 192.168.0.243:5000/mmm/opp:dev | 47 | image: 192.168.0.243:5000/mmm/opp:dev |
| 48 | imagePullPolicy: Always | 48 | imagePullPolicy: Always |
| 49 | - ports: | ||
| 50 | - - containerPort: 8080 | ||
| 51 | volumeMounts: | 49 | volumeMounts: |
| 52 | - mountPath: /opt/logs | 50 | - mountPath: /opt/logs |
| 53 | name: accesslogs | 51 | name: accesslogs |
| 54 | - mountPath: /var/www/opp/file | 52 | - mountPath: /var/www/opp/file |
| 55 | name: mmmjihuitest-pvc1 | 53 | name: mmmjihuitest-pvc1 |
| 54 | + ports: | ||
| 55 | + - containerPort: 8080 | ||
| 56 | env: | 56 | env: |
| 57 | - - name: ENTERPRISE_SERVICE_HOST | ||
| 58 | - valueFrom: | ||
| 59 | - configMapKeyRef: | ||
| 60 | - name: suplus-config | ||
| 61 | - key: service.enterprise | ||
| 62 | - name: MYSQL_HOST | 57 | - name: MYSQL_HOST |
| 63 | valueFrom: | 58 | valueFrom: |
| 64 | configMapKeyRef: | 59 | configMapKeyRef: |
| @@ -69,38 +64,36 @@ spec: | @@ -69,38 +64,36 @@ spec: | ||
| 69 | configMapKeyRef: | 64 | configMapKeyRef: |
| 70 | name: suplus-config | 65 | name: suplus-config |
| 71 | key: mysql.port | 66 | key: mysql.port |
| 72 | - - name: MYSQL_USER | 67 | + - name: REDIS_HOST |
| 73 | valueFrom: | 68 | valueFrom: |
| 74 | configMapKeyRef: | 69 | configMapKeyRef: |
| 75 | name: suplus-config | 70 | name: suplus-config |
| 76 | - key: mysql.user | ||
| 77 | - - name: MYSQL_PASSWORD | 71 | + key: redis.ip |
| 72 | + - name: REDIS_PORT | ||
| 78 | valueFrom: | 73 | valueFrom: |
| 79 | configMapKeyRef: | 74 | configMapKeyRef: |
| 80 | name: suplus-config | 75 | name: suplus-config |
| 81 | - key: mysql.password | ||
| 82 | - - name: REDIS_HOST | 76 | + key: redis.port |
| 77 | + - name: MYSQL_USER | ||
| 83 | valueFrom: | 78 | valueFrom: |
| 84 | configMapKeyRef: | 79 | configMapKeyRef: |
| 85 | name: suplus-config | 80 | name: suplus-config |
| 86 | - key: redis.ip | ||
| 87 | - - name: REDIS_PORT | 81 | + key: mysql.user |
| 82 | + - name: MYSQL_PASSWORD | ||
| 88 | valueFrom: | 83 | valueFrom: |
| 89 | configMapKeyRef: | 84 | configMapKeyRef: |
| 90 | name: suplus-config | 85 | name: suplus-config |
| 91 | - key: redis.port | 86 | + key: mysql.password |
| 92 | - name: MYSQL_DB_NAME | 87 | - name: MYSQL_DB_NAME |
| 93 | value: "opportunity_dev" | 88 | value: "opportunity_dev" |
| 94 | - - name: LOG_LEVEL | ||
| 95 | - value: "debug" | ||
| 96 | - name: RUN_MODE | 89 | - name: RUN_MODE |
| 97 | value: "test" | 90 | value: "test" |
| 98 | - - name: aliyun_logs_suplus | 91 | + - name: LOG_LEVEL |
| 92 | + value: "debug" | ||
| 93 | + - name: aliyun_logs_suplusfile | ||
| 99 | value: "stdout" | 94 | value: "stdout" |
| 100 | - name: aliyun_logs_access | 95 | - name: aliyun_logs_access |
| 101 | - value: "/opt/logs/opp_app.log" | ||
| 102 | - - name: aliyun_file_access | ||
| 103 | - value: "/var/www/opp/file" | 96 | + value: " /opt/logs/app.log" |
| 104 | volumes: | 97 | volumes: |
| 105 | - name: accesslogs | 98 | - name: accesslogs |
| 106 | emptyDir: {} | 99 | emptyDir: {} |
-
请 注册 或 登录 后发表评论