fixing prowlarr
This commit is contained in:
parent
105cc7d4f0
commit
6a3c829484
1 changed files with 3 additions and 2 deletions
|
@ -29,10 +29,10 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "10m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "512Mi"
|
memory: "512Mi"
|
||||||
cpu: "10m"
|
cpu: "100m"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: prowlarr-config
|
name: prowlarr-config
|
||||||
|
@ -66,6 +66,7 @@ spec:
|
||||||
- port: 9696
|
- port: 9696
|
||||||
targetPort: 9696
|
targetPort: 9696
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
type: ClusterIP
|
||||||
---
|
---
|
||||||
apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
|
|
Loading…
Reference in a new issue