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