From 6a3c8294849a61eb30fb7100b246a902ccb30a5d Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sat, 6 Jul 2024 13:17:48 -0400 Subject: [PATCH] fixing prowlarr --- cluster/apps/production/prowlarr/prowlarr.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cluster/apps/production/prowlarr/prowlarr.yaml b/cluster/apps/production/prowlarr/prowlarr.yaml index dc2edd4..5f4b03e 100644 --- a/cluster/apps/production/prowlarr/prowlarr.yaml +++ b/cluster/apps/production/prowlarr/prowlarr.yaml @@ -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