diff --git a/apps/sonarr/deployment.yaml b/apps/sonarr/deployment.yaml index c216545..3442325 100644 --- a/apps/sonarr/deployment.yaml +++ b/apps/sonarr/deployment.yaml @@ -69,14 +69,13 @@ spec: volumeMounts: - name: config mountPath: /config - - name: smb-tower-books - mountPath: /mnt/books - readOnly: false + - name: smb-tower-tv + mountPath: /mnt/tv volumes: - name: config persistentVolumeClaim: claimName: sonarr - - name: smb-tower-books + - name: smb-tower-tv nfs: server: 192.168.1.100 path: /mnt/user/tv diff --git a/apps/sonarr/ingress.yaml b/apps/sonarr/ingress.yaml index aa2554a..2977818 100644 --- a/apps/sonarr/ingress.yaml +++ b/apps/sonarr/ingress.yaml @@ -6,11 +6,10 @@ spec: entryPoints: - web routes: - - match: Host(`sonarr.k3s`) - kind: Rule - services: - - name: sonarr - namespace: apps - nativeLB: true - kind: Service - port: 8989 \ No newline at end of file + - match: Host(`sonarr.k3s`) + kind: Rule + services: + - name: sonarr + namespace: apps + kind: Service + port: 8989 diff --git a/clusters/kairos/traefik/ingress.yaml b/clusters/kairos/traefik/ingress.yaml index 143dfec..36a6b50 100644 --- a/clusters/kairos/traefik/ingress.yaml +++ b/clusters/kairos/traefik/ingress.yaml @@ -6,11 +6,11 @@ spec: entryPoints: - web routes: - - match: Host(`traefik.k3s`) - kind: Rule - services: - - name: traefik-dashboard - namespace: kube-system - nativeLB: true - kind: Service - port: 9000 \ No newline at end of file + - match: Host(`traefik.k3s`) + kind: Rule + services: + - name: traefik-dashboard + namespace: kube-system + nativeLB: true + kind: Service + port: 8000 diff --git a/clusters/kairos/traefik/service.yaml b/clusters/kairos/traefik/service.yaml index 5b122a5..99d3789 100644 --- a/clusters/kairos/traefik/service.yaml +++ b/clusters/kairos/traefik/service.yaml @@ -8,5 +8,5 @@ spec: app.kubernetes.io/name: traefik ports: - name: http - port: 9000 - targetPort: 9000 \ No newline at end of file + port: 8000 + targetPort: 8000