正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -9,7 +9,7 @@ spec: | @@ -9,7 +9,7 @@ spec: | ||
9 | ports: | 9 | ports: |
10 | - name: "http" | 10 | - name: "http" |
11 | port: 80 | 11 | port: 80 |
12 | - targetPort: 8082 | 12 | + targetPort: 8080 |
13 | selector: | 13 | selector: |
14 | k8s-app: allied-creation-basic | 14 | k8s-app: allied-creation-basic |
15 | --- | 15 | --- |
@@ -47,7 +47,7 @@ spec: | @@ -47,7 +47,7 @@ spec: | ||
47 | image: 192.168.0.243:5000/mmm/allied-creation-basic:dev | 47 | image: 192.168.0.243:5000/mmm/allied-creation-basic:dev |
48 | imagePullPolicy: Always | 48 | imagePullPolicy: Always |
49 | ports: | 49 | ports: |
50 | - - containerPort: 8082 | 50 | + - containerPort: 8080 |
51 | volumeMounts: | 51 | volumeMounts: |
52 | - mountPath: /opt/logs | 52 | - mountPath: /opt/logs |
53 | name: accesslogs | 53 | name: accesslogs |
-
请 注册 或 登录 后发表评论