use LB instead of nodePort
This commit is contained in:
@@ -5,11 +5,10 @@ metadata:
|
||||
name: invidious-service
|
||||
namespace: default
|
||||
spec:
|
||||
type: NodePort
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
app: invidious
|
||||
ports:
|
||||
- port: 3000
|
||||
- port: 3111
|
||||
targetPort: 3000
|
||||
nodePort: 3111
|
||||
protocol: TCP
|
||||
protocol: TCP
|
||||
|
||||
Reference in New Issue
Block a user