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