done :))))
This commit is contained in:
14
k8s_manifests/radarr/service.yaml
Normal file
14
k8s_manifests/radarr/service.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: svc-radarr
|
||||
spec:
|
||||
selector:
|
||||
app.kubernetes.io/name: radarr
|
||||
ports:
|
||||
- name: webui
|
||||
protocol: TCP
|
||||
port: 80
|
||||
targetPort: 7878
|
||||
|
||||
|
Reference in New Issue
Block a user