Compare commits

..

2 Commits

Author SHA1 Message Date
Martyn bb16cd7fd3 Adding the VPA recommended numbers
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2024-10-03 15:29:56 +00:00
Martyn bcc136675f Has PVC, no rolling
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2024-10-03 15:29:09 +00:00
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,8 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: lidarr app: lidarr
strategy:
type: Recreate
template: template:
metadata: metadata:
creationTimestamp: null creationTimestamp: null
@ -18,6 +20,10 @@ spec:
containers: containers:
- image: hotio/lidarr:release - image: hotio/lidarr:release
name: lidarr name: lidarr
resources:
requests:
cpu: 25m
memory: 1939879381
ports: ports:
- name: http - name: http
containerPort: 7878 containerPort: 7878