Fix Rancher: use correct targetPort 444 for HTTPS
Some checks failed
Deploy Cluster / Terraform (push) Successful in 43s
Deploy Cluster / Ansible (push) Failing after 18m56s

This commit is contained in:
2026-03-24 23:30:58 +00:00
parent 3d50bfc534
commit 4a35cfb549

View File

@@ -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