fixing prowlarr

This commit is contained in:
Matt Reeves 2024-07-06 13:17:48 -04:00
parent 105cc7d4f0
commit 6a3c829484

View file

@ -29,10 +29,10 @@ spec:
resources:
requests:
memory: "128Mi"
cpu: "10m"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "10m"
cpu: "100m"
volumeMounts:
- mountPath: /config
name: prowlarr-config
@ -66,6 +66,7 @@ spec:
- port: 9696
targetPort: 9696
protocol: TCP
type: ClusterIP
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute