add service
This commit is contained in:
parent
0dc24e09b7
commit
f86b3b356e
1 changed files with 11 additions and 0 deletions
11
apps/production/radarr/service.yaml
Normal file
11
apps/production/radarr/service.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: headless-radarr
|
||||
namespace: default
|
||||
spec:
|
||||
clusterIP: None
|
||||
selector:
|
||||
app: radarr
|
||||
type: LoadBalancer
|
Loading…
Reference in a new issue