正在显示
1 个修改的文件
包含
0 行增加
和
4 行删除
@@ -10,9 +10,6 @@ spec: | @@ -10,9 +10,6 @@ spec: | ||
10 | - name: "http" | 10 | - name: "http" |
11 | port: 80 | 11 | port: 80 |
12 | targetPort: 8082 | 12 | targetPort: 8082 |
13 | - - name: "https" | ||
14 | - port: 443 | ||
15 | - targetPort: 443 | ||
16 | selector: | 13 | selector: |
17 | k8s-app: allied-creation-gateway | 14 | k8s-app: allied-creation-gateway |
18 | --- | 15 | --- |
@@ -51,7 +48,6 @@ spec: | @@ -51,7 +48,6 @@ spec: | ||
51 | imagePullPolicy: Always | 48 | imagePullPolicy: Always |
52 | ports: | 49 | ports: |
53 | - containerPort: 8082 | 50 | - containerPort: 8082 |
54 | - - containerPort: 443 | ||
55 | volumeMounts: | 51 | volumeMounts: |
56 | - mountPath: /opt/logs | 52 | - mountPath: /opt/logs |
57 | name: accesslogs | 53 | name: accesslogs |
-
请 注册 或 登录 后发表评论