Compare commits

...

4 Commits

Author SHA1 Message Date
Martyn c05f4eeda2 Adding the VPA recommended numbers
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2024-10-03 15:59:17 +00:00
Martyn bbdb370c1d Has PVC, no rolling
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2024-10-03 15:58:30 +00:00
Martyn e97e1a1ef8 Adding the VPA recommended numbers
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2024-10-03 15:58:15 +00:00
Martyn 5598acf721 Has PVC, no rolling
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2024-10-03 15:56:29 +00:00
2 changed files with 11 additions and 0 deletions

View File

@ -9,6 +9,8 @@ spec:
selector:
matchLabels:
app: bazarr
strategy:
type: Recreate
template:
metadata:
creationTimestamp: null
@ -22,6 +24,9 @@ spec:
- name: http
containerPort: 6767
protocol: TCP
resources:
cpu: 25m
memory: 380258472
volumeMounts:
- name: config
mountPath: /config

View File

@ -9,6 +9,8 @@ spec:
selector:
matchLabels:
app: radarr
strategy:
type: Recreate
template:
metadata:
creationTimestamp: null
@ -23,6 +25,10 @@ spec:
- containerPort: 7878
name: http
protocol: TCP
resources:
requests:
cpu: 25m
memory: 920733364
volumeMounts:
- mountPath: /config
name: config