mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-01 10:27:49 +00:00
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:
@@ -15,5 +15,5 @@ spec:
|
|||||||
type: PathPrefix
|
type: PathPrefix
|
||||||
value: /
|
value: /
|
||||||
backendRefs:
|
backendRefs:
|
||||||
- name: lidarr-web
|
- name: lidarr
|
||||||
port: 80
|
port: 80
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- pvc.yaml
|
- pvc.yaml
|
||||||
- svc-web.yaml
|
- svc.yaml
|
||||||
- http-route.yaml
|
- http-route.yaml
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: lidarr-web
|
name: lidarr
|
||||||
namespace: arr
|
namespace: arr
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -15,5 +15,5 @@ spec:
|
|||||||
type: PathPrefix
|
type: PathPrefix
|
||||||
value: /
|
value: /
|
||||||
backendRefs:
|
backendRefs:
|
||||||
- name: prowlarr-web
|
- name: prowlarr
|
||||||
port: 80
|
port: 80
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- pvc.yaml
|
- pvc.yaml
|
||||||
- svc-web.yaml
|
- svc.yaml
|
||||||
- http-route.yaml
|
- http-route.yaml
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: prowlarr-web
|
name: prowlarr
|
||||||
namespace: arr
|
namespace: arr
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -15,5 +15,5 @@ spec:
|
|||||||
type: PathPrefix
|
type: PathPrefix
|
||||||
value: /
|
value: /
|
||||||
backendRefs:
|
backendRefs:
|
||||||
- name: radarr-web
|
- name: radarr
|
||||||
port: 80
|
port: 80
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- pvc.yaml
|
- pvc.yaml
|
||||||
- svc-web.yaml
|
- svc.yaml
|
||||||
- http-route.yaml
|
- http-route.yaml
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: radarr-web
|
name: radarr
|
||||||
namespace: arr
|
namespace: arr
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -15,5 +15,5 @@ spec:
|
|||||||
type: PathPrefix
|
type: PathPrefix
|
||||||
value: /
|
value: /
|
||||||
backendRefs:
|
backendRefs:
|
||||||
- name: sonarr-web
|
- name: sonarr
|
||||||
port: 80
|
port: 80
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- pvc.yaml
|
- pvc.yaml
|
||||||
- svc-web.yaml
|
- svc.yaml
|
||||||
- http-route.yaml
|
- http-route.yaml
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: sonarr-web
|
name: sonarr
|
||||||
namespace: arr
|
namespace: arr
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -15,5 +15,5 @@ spec:
|
|||||||
type: PathPrefix
|
type: PathPrefix
|
||||||
value: /
|
value: /
|
||||||
backendRefs:
|
backendRefs:
|
||||||
- name: torrent-web
|
- name: torrent
|
||||||
port: 80
|
port: 80
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- pvc.yaml
|
- pvc.yaml
|
||||||
- svc-web.yaml
|
- svc.yaml
|
||||||
- svc-torrent.yaml
|
- svc-torrent.yaml
|
||||||
- http-route.yaml
|
- http-route.yaml
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: torrent-web
|
name: torrent
|
||||||
namespace: arr
|
namespace: arr
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
Reference in New Issue
Block a user