chore: Update manifests after change
This commit is contained in:
28
clusters/cl01tl/manifests/radarr/Service-radarr.yml
Normal file
28
clusters/cl01tl/manifests/radarr/Service-radarr.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
# Source: radarr/charts/radarr/templates/common.yaml
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: radarr
|
||||
labels:
|
||||
app.kubernetes.io/instance: radarr
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: radarr
|
||||
app.kubernetes.io/service: radarr
|
||||
helm.sh/chart: radarr-4.4.0
|
||||
namespace: radarr
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 7878
|
||||
protocol: TCP
|
||||
name: http
|
||||
- port: 9793
|
||||
targetPort: 9793
|
||||
protocol: TCP
|
||||
name: metrics
|
||||
selector:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: radarr
|
||||
app.kubernetes.io/name: radarr
|
||||
Reference in New Issue
Block a user