Skip to content

Commit

Permalink
switch k8s services to using 443
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-goldstein committed Mar 15, 2021
1 parent d948ffc commit 8c910b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ci/test/resources/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ metadata:
app: hello
spec:
ports:
- name: http
port: 80
- port: 443
protocol: TCP
targetPort: 5000
selector:
Expand Down
2 changes: 1 addition & 1 deletion ci/test/resources/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ metadata:
spec:
ports:
- name: http
port: 80
port: 443
protocol: TCP
targetPort: 5000
selector:
Expand Down
2 changes: 1 addition & 1 deletion router/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ metadata:
spec:
ports:
- name: http
port: 80
port: 443
protocol: TCP
targetPort: 5000
selector:
Expand Down

0 comments on commit 8c910b7

Please sign in to comment.