58 lines
1013 B
YAML
58 lines
1013 B
YAML
image:
|
|
repository: ghcr.io/midarrlabs/midarr-server
|
|
tag: v4.1.2@d84c027ea3a7f0f523708a4aead9911afd61e0f10e3e86a2413ca6adcf3896b3
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10347
|
|
targetPort: 4000
|
|
|
|
midarr:
|
|
admin:
|
|
mail: admin@example.com
|
|
name: admin
|
|
pass: password
|
|
general:
|
|
app_url: http://localhost:4000
|
|
app_mailer_from: midarr@example.com
|
|
sendgrid_api_key: ""
|
|
radarr:
|
|
base_url: ""
|
|
api_key: ""
|
|
sonarr:
|
|
base_url: ""
|
|
api_key: ""
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
command:
|
|
- sh
|
|
- -c
|
|
- chmod u+x entry-local.sh && ./entry-local.sh
|
|
envFrom:
|
|
- secretRef:
|
|
name: "midarr-secrets"
|
|
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: midarr
|
|
database: midarr
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|