Browse Source

Update whisparr deployment

Breandan Dezendorf 2 years ago
parent
commit
aa428190ed
1 changed files with 5 additions and 5 deletions
  1. 5 5
      dezendorf/homelab/k3s/media/whisparr.yaml

+ 5 - 5
dezendorf/homelab/k3s/media/whisparr.yaml

@@ -17,7 +17,7 @@ spec:
     spec:
       containers:
       - name: whisparr
-        image: lscr.io/linuxserver/whisparr:latest
+        image: docker.dezendorf.net/whisparr:086d6b9
         env:
         - name: PUID
           value: "1000"
@@ -25,7 +25,7 @@ spec:
           value: "1000"
         ports:
         - name: web
-          containerPort: 6767
+          containerPort: 6969
         volumeMounts:
         - name: whisparr-data-volume
           mountPath: "/config"
@@ -54,7 +54,7 @@ spec:
   type: ClusterIP
   ports:
     - name: web
-      port: 6767
+      port: 6969
   selector:
     app: whisparr
 ---
@@ -73,7 +73,7 @@ spec:
     - name: redirecthttps
     services:
     - name: whisparr
-      port: 6767
+      port: 6969
 ---
 apiVersion: traefik.containo.us/v1alpha1
 kind: IngressRoute
@@ -88,6 +88,6 @@ spec:
     kind: Rule
     services:
     - name: whisparr
-      port: 6767
+      port: 6969
   tls:
     certResolver: myresolver