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