Fix Rancher: use correct targetPort 444 for HTTPS
This commit is contained in:
@@ -12,7 +12,7 @@ spec:
|
||||
selector:
|
||||
app: cattle-system-rancher
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
- name: https
|
||||
port: 443
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
targetPort: 444
|
||||
|
||||
Reference in New Issue
Block a user