Fix ports

This commit is contained in:
Jonny Ervine 2025-05-13 20:41:26 +08:00
parent 6d49a397ac
commit 7429da7f22

View File

@ -19,14 +19,9 @@ spec:
ports: ports:
- name: port-1 - name: port-1
nodePort: 30109 nodePort: 30109
port: 3080 port: 443
protocol: TCP protocol: TCP
targetPort: 3080 targetPort: 3080
- name: port-2
nodePort: 30968
port: 3000
protocol: TCP
targetPort: 3000
selector: selector:
app.kubernetes.io/component: proxy app.kubernetes.io/component: proxy
app.kubernetes.io/instance: teleport-cluster app.kubernetes.io/instance: teleport-cluster