Merge pull request #324 from 3dwardch3ng/infra/minio

change the service type to be LB
This commit is contained in:
2024-06-26 10:49:19 +10:00
committed by GitHub

View File

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