Skip to content

Commit

Permalink
fix(installer): correct gateway manifest (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Ryu committed Apr 6, 2023
1 parent 3fd29ee commit 682203e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ spec:
selector:
app: tke-gateway
ports:
- name: http
nodePort: 31180
port: 80
protocol: TCP
targetPort: 80
- name: https
nodePort: 31443
port: 443
protocol: TCP
targetPort: 443
- name: http
nodePort: 31180
port: 80
protocol: TCP
targetPort: 80
- name: https
nodePort: 31443
port: 443
protocol: TCP
targetPort: 443
---
apiVersion: apps/v1
kind: DaemonSet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ spec:
selector:
app: tke-gateway
ports:
- name: http
nodePort: 31180
port: 80
protocol: TCP
targetPort: 80
- name: https
nodePort: 31443
port: 443
protocol: TCP
targetPort: 443
- name: http
nodePort: 31180
port: 80
protocol: TCP
targetPort: 80
- name: https
nodePort: 31443
port: 443
protocol: TCP
targetPort: 443
---
apiVersion: apps/v1
kind: DaemonSet
Expand Down

0 comments on commit 682203e

Please sign in to comment.