diff --git a/.packaged/index.yaml b/.packaged/index.yaml index 2ab7c47..824feff 100644 --- a/.packaged/index.yaml +++ b/.packaged/index.yaml @@ -3,7 +3,7 @@ entries: jackett: - apiVersion: v2 appVersion: 1.16.0 - created: "2025-04-22T18:57:10.316014+02:00" + created: "2025-05-10T02:15:34.421399+02:00" description: A Helm chart for Kubernetes digest: cb583d90a982e50cb0028e2d8d2afce93ef8f64dc202ddffd59262a74ff33fe1 name: jackett @@ -14,7 +14,7 @@ entries: overseerr: - apiVersion: v2 appVersion: 1.16.0 - created: "2025-04-22T18:57:10.3165+02:00" + created: "2025-05-10T02:15:34.421902+02:00" description: A Helm chart for Kubernetes digest: ac634ebbb7000644e02606157bedbc8ab6e3dd59d22d8ee699093d0f683a2899 name: overseerr @@ -25,7 +25,7 @@ entries: owncloud: - apiVersion: v2 appVersion: 1.16.0 - created: "2025-04-22T18:57:10.318228+02:00" + created: "2025-05-10T02:15:34.4237+02:00" description: A Helm chart for Kubernetes digest: 9a1724f504cc46baffa8dbaff5e3f5b7f3c07d64143643acb3f653b07868e963 name: owncloud @@ -36,7 +36,7 @@ entries: plex: - apiVersion: v2 appVersion: 1.16.0 - created: "2025-04-22T18:57:10.318697+02:00" + created: "2025-05-10T02:15:34.424157+02:00" description: A Helm chart for Kubernetes digest: 52d474c17f631c86fcc5d4eeeff6ec75d3121ea9317a00a9b200d5b7550281a0 name: plex @@ -44,10 +44,22 @@ entries: urls: - plex-0.1.0.tgz version: 0.1.0 + prowlarr: + - apiVersion: v2 + appVersion: 1.0.0 + created: "2025-05-10T02:15:34.42456+02:00" + description: A Helm chart for Prowlarr - indexer manager/proxy for Sonarr, Radarr, + etc. + digest: 18a3cb2ebdfa9c5f73c341e92b6a4f152e6143d77ad51f7efbc7215f9c88171c + name: prowlarr + type: application + urls: + - prowlarr-0.1.0.tgz + version: 0.1.0 qbittorrent: - apiVersion: v2 appVersion: 1.16.0 - created: "2025-04-22T18:57:10.319092+02:00" + created: "2025-05-10T02:15:34.425003+02:00" description: A Helm chart for Kubernetes digest: 962463c2a27832ad6dc9709a3be008f242e1b039d9da7579becfa0bb96f6e063 name: qbittorrent @@ -58,7 +70,7 @@ entries: radarr: - apiVersion: v2 appVersion: 1.16.0 - created: "2025-04-22T18:57:10.319535+02:00" + created: "2025-05-10T02:15:34.425508+02:00" description: A Helm chart for Kubernetes digest: 78b75bd7d472fadde70016881f54f3359293b39d6ea964344131cc5572bb2b2f name: radarr @@ -69,7 +81,7 @@ entries: readarr: - apiVersion: v2 appVersion: 0.3.0 - created: "2025-04-22T18:57:10.319788+02:00" + created: "2025-05-10T02:15:34.426732+02:00" description: A Helm chart for Kubernetes digest: 5f30c43141fba64f75c346f3ffb657f5d084ae2f941a42731092c91001aec4e4 name: readarr @@ -80,7 +92,7 @@ entries: sonarr: - apiVersion: v2 appVersion: 1.16.0 - created: "2025-04-22T18:57:10.320058+02:00" + created: "2025-05-10T02:15:34.427103+02:00" description: A Helm chart for Kubernetes digest: ba9b24a526270d72b33d1918755baa182095f97fb4f38df16b5a833c8138d6dc name: sonarr @@ -88,4 +100,4 @@ entries: urls: - sonarr-0.1.0.tgz version: 0.1.0 -generated: "2025-04-22T18:57:10.315537+02:00" +generated: "2025-05-10T02:15:34.420902+02:00" diff --git a/.packaged/prowlarr-0.1.0.tgz b/.packaged/prowlarr-0.1.0.tgz new file mode 100644 index 0000000..4de4335 Binary files /dev/null and b/.packaged/prowlarr-0.1.0.tgz differ diff --git a/prowlarr/.helmignore b/prowlarr/.helmignore new file mode 100644 index 0000000..84fa94a --- /dev/null +++ b/prowlarr/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ \ No newline at end of file diff --git a/prowlarr/Chart.yaml b/prowlarr/Chart.yaml new file mode 100644 index 0000000..dbd95dc --- /dev/null +++ b/prowlarr/Chart.yaml @@ -0,0 +1,24 @@ +apiVersion: v2 +name: prowlarr +description: A Helm chart for Prowlarr - indexer manager/proxy for Sonarr, Radarr, etc. + +# A chart can be either an 'application' or a 'library' chart. +# +# Application charts are a collection of templates that can be packaged into versioned archives +# to be deployed. +# +# Library charts provide useful utilities or functions for the chart developer. They're included as +# a dependency of application charts to inject those utilities and functions into the rendering +# pipeline. Library charts do not define any templates and therefore cannot be deployed. +type: application + +# This is the chart version. This version number should be incremented each time you make changes +# to the chart and its templates, including the app version. +# Versions are expected to follow Semantic Versioning (https://semver.org/) +version: 0.1.0 + +# This is the version number of the application being deployed. This version number should be +# incremented each time you make changes to the application. Versions are not expected to +# follow Semantic Versioning. They should reflect the version the application is using. +# It is recommended to use it with quotes. +appVersion: "1.0.0" \ No newline at end of file diff --git a/prowlarr/templates/NOTES.txt b/prowlarr/templates/NOTES.txt new file mode 100644 index 0000000..ecef0ce --- /dev/null +++ b/prowlarr/templates/NOTES.txt @@ -0,0 +1,22 @@ +1. Get the application URL by running these commands: +{{- if .Values.ingress.enabled }} +{{- range $host := .Values.ingress.hosts }} + {{- range .paths }} + http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} + {{- end }} +{{- end }} +{{- else if contains "NodePort" .Values.service.type }} + export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "prowlarr.fullname" . }}) + export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") + echo http://$NODE_IP:$NODE_PORT +{{- else if contains "LoadBalancer" .Values.service.type }} + NOTE: It may take a few minutes for the LoadBalancer IP to be available. + You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "prowlarr.fullname" . }}' + export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "prowlarr.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") + echo http://$SERVICE_IP:{{ .Values.service.port }} +{{- else if contains "ClusterIP" .Values.service.type }} + export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "prowlarr.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") + export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") + echo "Visit http://127.0.0.1:9696 to use your application" + kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 9696:$CONTAINER_PORT +{{- end }} \ No newline at end of file diff --git a/prowlarr/templates/_helpers.tpl b/prowlarr/templates/_helpers.tpl new file mode 100644 index 0000000..c5a36f8 --- /dev/null +++ b/prowlarr/templates/_helpers.tpl @@ -0,0 +1,62 @@ +{{/* +Expand the name of the chart. +*/}} +{{- define "prowlarr.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Create a default fully qualified app name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +If release name contains chart name it will be used as a full name. +*/}} +{{- define "prowlarr.fullname" -}} +{{- if .Values.fullnameOverride }} +{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} +{{- else }} +{{- $name := default .Chart.Name .Values.nameOverride }} +{{- if contains $name .Release.Name }} +{{- .Release.Name | trunc 63 | trimSuffix "-" }} +{{- else }} +{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} +{{- end }} +{{- end }} +{{- end }} + +{{/* +Create chart name and version as used by the chart label. +*/}} +{{- define "prowlarr.chart" -}} +{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Common labels +*/}} +{{- define "prowlarr.labels" -}} +helm.sh/chart: {{ include "prowlarr.chart" . }} +{{ include "prowlarr.selectorLabels" . }} +{{- if .Chart.AppVersion }} +app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} +{{- end }} +app.kubernetes.io/managed-by: {{ .Release.Service }} +{{- end }} + +{{/* +Selector labels +*/}} +{{- define "prowlarr.selectorLabels" -}} +app.kubernetes.io/name: {{ include "prowlarr.name" . }} +app.kubernetes.io/instance: {{ .Release.Name }} +{{- end }} + +{{/* +Create the name of the service account to use +*/}} +{{- define "prowlarr.serviceAccountName" -}} +{{- if .Values.serviceAccount.create }} +{{- default (include "prowlarr.fullname" .) .Values.serviceAccount.name }} +{{- else }} +{{- default "default" .Values.serviceAccount.name }} +{{- end }} +{{- end }} \ No newline at end of file diff --git a/prowlarr/templates/deployment.yaml b/prowlarr/templates/deployment.yaml new file mode 100644 index 0000000..052c52b --- /dev/null +++ b/prowlarr/templates/deployment.yaml @@ -0,0 +1,70 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: {{ include "prowlarr.fullname" . }} + labels: + {{- include "prowlarr.labels" . | nindent 4 }} +spec: + replicas: 1 + selector: + matchLabels: + {{- include "prowlarr.selectorLabels" . | nindent 6 }} + template: + metadata: + labels: + {{- include "prowlarr.selectorLabels" . | nindent 8 }} + spec: + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} + securityContext: + {{- toYaml .Values.podSecurityContext | nindent 8 }} + containers: + - name: {{ .Chart.Name }} + image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" + imagePullPolicy: {{ .Values.image.pullPolicy }} + env: + {{- range .Values.env }} + - name: {{ .name }} + value: {{ .value | quote }} + {{- end }} + ports: + - name: http + containerPort: {{ .Values.service.port }} + protocol: TCP + volumeMounts: + - name: config + mountPath: {{ .Values.persistence.config.mountPath }} + {{- with .Values.volumeMounts }} + {{- toYaml . | nindent 12 }} + {{- end }} + livenessProbe: + httpGet: + path: / + port: http + readinessProbe: + httpGet: + path: / + port: http + resources: + {{- toYaml .Values.resources | nindent 12 }} + volumes: + - name: config + persistentVolumeClaim: + claimName: {{ .Values.persistence.config.claimName }} + {{- with .Values.volumes }} + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.nodeSelector }} + nodeSelector: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.affinity }} + affinity: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.tolerations }} + tolerations: + {{- toYaml . | nindent 8 }} + {{- end }} \ No newline at end of file diff --git a/prowlarr/templates/ingress.yaml b/prowlarr/templates/ingress.yaml new file mode 100644 index 0000000..15102c6 --- /dev/null +++ b/prowlarr/templates/ingress.yaml @@ -0,0 +1,61 @@ +{{- if .Values.ingress.enabled -}} +{{- $fullName := include "prowlarr.fullname" . -}} +{{- $svcPort := .Values.service.port -}} +{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} + {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }} + {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}} + {{- end }} +{{- end }} +{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}} +apiVersion: networking.k8s.io/v1 +{{- else if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}} +apiVersion: networking.k8s.io/v1beta1 +{{- else -}} +apiVersion: extensions/v1beta1 +{{- end }} +kind: Ingress +metadata: + name: {{ $fullName }} + labels: + {{- include "prowlarr.labels" . | nindent 4 }} + {{- with .Values.ingress.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +spec: + {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} + ingressClassName: {{ .Values.ingress.className }} + {{- end }} + {{- if .Values.ingress.tls }} + tls: + {{- range .Values.ingress.tls }} + - hosts: + {{- range .hosts }} + - {{ . | quote }} + {{- end }} + secretName: {{ .secretName }} + {{- end }} + {{- end }} + rules: + {{- range .Values.ingress.hosts }} + - host: {{ .host | quote }} + http: + paths: + {{- range .paths }} + - path: {{ .path }} + {{- if and .pathType (semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }} + pathType: {{ .pathType }} + {{- end }} + backend: + {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} + service: + name: {{ $fullName }} + port: + name: http + {{- else }} + serviceName: {{ $fullName }} + servicePort: {{ $svcPort }} + {{- end }} + {{- end }} + {{- end }} +{{- end }} \ No newline at end of file diff --git a/prowlarr/templates/pvc.yaml b/prowlarr/templates/pvc.yaml new file mode 100644 index 0000000..8f948f9 --- /dev/null +++ b/prowlarr/templates/pvc.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: {{ .Values.persistence.config.claimName }} + labels: + {{- include "prowlarr.labels" . | nindent 4 }} +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 1Gi + storageClassName: standard +--- \ No newline at end of file diff --git a/prowlarr/templates/service.yaml b/prowlarr/templates/service.yaml new file mode 100644 index 0000000..0b558c8 --- /dev/null +++ b/prowlarr/templates/service.yaml @@ -0,0 +1,15 @@ +apiVersion: v1 +kind: Service +metadata: + name: {{ include "prowlarr.fullname" . }} + labels: + {{- include "prowlarr.labels" . | nindent 4 }} +spec: + type: {{ .Values.service.type }} + ports: + - port: {{ .Values.service.port }} + targetPort: http + protocol: TCP + name: http + selector: + {{- include "prowlarr.selectorLabels" . | nindent 4 }} \ No newline at end of file diff --git a/prowlarr/values.yaml b/prowlarr/values.yaml new file mode 100644 index 0000000..f56eca0 --- /dev/null +++ b/prowlarr/values.yaml @@ -0,0 +1,118 @@ +# Default values for prowlarr. +# This is a YAML-formatted file. +# Declare variables to be passed into your templates. + +replicaCount: 1 + +image: + repository: linuxserver/prowlarr + pullPolicy: IfNotPresent + tag: "latest" + +imagePullSecrets: [] +nameOverride: "" +fullnameOverride: "" + +serviceAccount: + # Specifies whether a service account should be created + create: false + # Automatically mount a ServiceAccount's API credentials? + automount: false + # Annotations to add to the service account + annotations: {} + # The name of the service account to use. + # If not set and create is true, a name is generated using the fullname template + name: "" + +podAnnotations: {} +podLabels: {} + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + fsGroup: 0 + +securityContext: + privileged: true + capabilities: + add: + - CHOWN + - FOWNER + - SETUID + - SETGID + +service: + type: ClusterIP + port: 9696 + +ingress: + enabled: true + className: "nginx" + annotations: + cert-manager.io/cluster-issuer: "letsencrypt" + hosts: + - host: prowlarr.media.mumme-it.de + paths: + - path: / + pathType: Prefix + tls: + - hosts: + - prowlarr.media.mumme-it.de + secretName: prowlarr-tls + +resources: + limits: + cpu: 1000m + memory: 1Gi + requests: + cpu: 200m + memory: 256Mi + +livenessProbe: + httpGet: + path: / + port: http +readinessProbe: + httpGet: + path: / + port: http + +autoscaling: + enabled: false + minReplicas: 1 + maxReplicas: 100 + targetCPUUtilizationPercentage: 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: + - name: TZ + value: "Europe/Berlin" + - name: PUID + value: "0" + - name: PGID + value: "0" + +# Persistence configuration +persistence: + config: + claimName: prowlarr-config + mountPath: /config \ No newline at end of file