remove probe

This commit is contained in:
2025-05-16 20:35:41 -05:00
parent 7d786c9d2c
commit 3cf488fde6
27 changed files with 33 additions and 159 deletions

View File

@@ -22,23 +22,6 @@ sonarr:
value: 1000
- name: PGID
value: 1000
probes:
liveness:
enabled: false
custom: true
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:8989/api/v1/system/status?apiKey=`IFS=\> && while
read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
resources:
requests:
cpu: 100m
@@ -62,10 +45,8 @@ sonarr:
value: false
resources:
requests:
cpu: 100m
cpu: 10m
memory: 256Mi
serviceAccount:
create: true
service:
main:
controller: main
@@ -80,6 +61,7 @@ sonarr:
protocol: TCP
persistence:
config:
forceRename: sonarr-config
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 20Gi