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