change the service type to be LB

This commit is contained in:
2024-06-26 10:48:59 +10:00
parent f2484fc1fc
commit 9dbd91280d

View File

@@ -27,7 +27,7 @@ spec:
nodeSelector: nodeSelector:
kubernetes.io/hostname: rpi5-cluster-node-3 kubernetes.io/hostname: rpi5-cluster-node-3
service: service:
type: ClusterIP type: LoadBalancer
ports: ports:
api: 9000 api: 9000
console: 9001 console: 9001