add readarr
This commit is contained in:
@ -41,22 +41,20 @@ service:
|
||||
port: 5055
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
enabled: true
|
||||
className: "nginx"
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
# nginx.ingress.kubernetes.io/rewrite-target: /
|
||||
# nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt"
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
hosts:
|
||||
- host: overseerr.local
|
||||
- host: overseerr.media.mumme-it.de
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls: []
|
||||
# - secretName: overseerr-tls
|
||||
# hosts:
|
||||
# - overseerr.local
|
||||
tls:
|
||||
- secretName: overseerr-tls
|
||||
hosts:
|
||||
- overseerr.media.mumme-it.de
|
||||
|
||||
resources:
|
||||
limits:
|
||||
@ -80,33 +78,18 @@ autoscaling:
|
||||
minReplicas: 1
|
||||
maxReplicas: 100
|
||||
targetCPUUtilizationPercentage: 80
|
||||
# targetMemoryUtilizationPercentage: 80
|
||||
|
||||
# Additional volumes on the output Deployment definition.
|
||||
volumes: []
|
||||
# - name: foo
|
||||
# secret:
|
||||
# secretName: mysecret
|
||||
# optional: false
|
||||
|
||||
# Additional volumeMounts on the output Deployment definition.
|
||||
volumeMounts: []
|
||||
# - name: foo
|
||||
# mountPath: "/etc/foo"
|
||||
# readOnly: true
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
# Environment variables
|
||||
env:
|
||||
TZ: "UTC"
|
||||
# Log level (debug, info, warn, error)
|
||||
LOG_LEVEL: "info"
|
||||
# Port that overseerr will listen on
|
||||
PORT: "5055"
|
||||
|
||||
# Persistence configuration
|
||||
|
Reference in New Issue
Block a user