chore: rename svc for arr-stack applications

Dropping -web postfix since it doesn't mean anything and I think it just clutters
This commit is contained in:
Vegard Hagen
2024-08-12 08:43:47 +02:00
parent 8668f58a38
commit dbb66ba93d
15 changed files with 15 additions and 15 deletions

View File

@@ -15,5 +15,5 @@ spec:
type: PathPrefix
value: /
backendRefs:
- name: lidarr-web
- name: lidarr
port: 80

View File

@@ -3,6 +3,6 @@ kind: Kustomization
resources:
- pvc.yaml
- svc-web.yaml
- svc.yaml
- http-route.yaml
- deployment.yaml

View File

@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: lidarr-web
name: lidarr
namespace: arr
spec:
type: ClusterIP

View File

@@ -15,5 +15,5 @@ spec:
type: PathPrefix
value: /
backendRefs:
- name: prowlarr-web
- name: prowlarr
port: 80

View File

@@ -3,6 +3,6 @@ kind: Kustomization
resources:
- pvc.yaml
- svc-web.yaml
- svc.yaml
- http-route.yaml
- deployment.yaml

View File

@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: prowlarr-web
name: prowlarr
namespace: arr
spec:
type: ClusterIP

View File

@@ -15,5 +15,5 @@ spec:
type: PathPrefix
value: /
backendRefs:
- name: radarr-web
- name: radarr
port: 80

View File

@@ -3,6 +3,6 @@ kind: Kustomization
resources:
- pvc.yaml
- svc-web.yaml
- svc.yaml
- http-route.yaml
- deployment.yaml

View File

@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: radarr-web
name: radarr
namespace: arr
spec:
type: ClusterIP

View File

@@ -15,5 +15,5 @@ spec:
type: PathPrefix
value: /
backendRefs:
- name: sonarr-web
- name: sonarr
port: 80

View File

@@ -3,6 +3,6 @@ kind: Kustomization
resources:
- pvc.yaml
- svc-web.yaml
- svc.yaml
- http-route.yaml
- deployment.yaml

View File

@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: sonarr-web
name: sonarr
namespace: arr
spec:
type: ClusterIP

View File

@@ -15,5 +15,5 @@ spec:
type: PathPrefix
value: /
backendRefs:
- name: torrent-web
- name: torrent
port: 80

View File

@@ -3,7 +3,7 @@ kind: Kustomization
resources:
- pvc.yaml
- svc-web.yaml
- svc.yaml
- svc-torrent.yaml
- http-route.yaml
- deployment.yaml

View File

@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: torrent-web
name: torrent
namespace: arr
spec:
type: ClusterIP