Compare commits
34 Commits
common-1.0
...
bazarr-4.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ec462c58e | ||
|
|
533f78729b | ||
|
|
a9e5b0efd0 | ||
|
|
7ce69b4b01 | ||
|
|
1aa1b7f67e | ||
|
|
7d02733b54 | ||
|
|
e54addcc77 | ||
|
|
e3420259d5 | ||
|
|
62955c1d38 | ||
|
|
407949920e | ||
|
|
5f0a25248b | ||
|
|
8946802950 | ||
|
|
5ce3ff0bc1 | ||
|
|
1799d4c057 | ||
|
|
9a88e697d2 | ||
|
|
e2bb17f069 | ||
|
|
55b0fb9c71 | ||
|
|
b083c8516c | ||
|
|
899a444153 | ||
|
|
ec0aa4fd8c | ||
|
|
0467981e8c | ||
|
|
e90297be47 | ||
|
|
8c93651a63 | ||
|
|
4566fda5ea | ||
|
|
93774a4ed6 | ||
|
|
5cfe91e0f3 | ||
|
|
aacd8ceac0 | ||
|
|
799111dddb | ||
|
|
2aa2718559 | ||
|
|
2b158892e3 | ||
|
|
45c9f3c39e | ||
|
|
c7f15f37a2 | ||
|
|
6b9650f348 | ||
|
|
f36de85c15 |
2
.github/workflows/lint-test.yaml
vendored
2
.github/workflows/lint-test.yaml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
- name: Fetch history
|
- name: Fetch history
|
||||||
run: |
|
run: |
|
||||||
git fetch --prune --unshallow;
|
git fetch --prune --unshallow;
|
||||||
echo ::set-env name=commitmsg::$(git log --format=%B -n 1 ${{ github.event.after }})
|
echo "commitmsg=$(git log --format=%B -n 1 ${{ github.event.after }})" >> $GITHUB_ENV
|
||||||
- name: Run chart-testing (lint)
|
- name: Run chart-testing (lint)
|
||||||
id: lint
|
id: lint
|
||||||
uses: helm/chart-testing-action@v1.0.0
|
uses: helm/chart-testing-action@v1.0.0
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v0.9.0.2
|
appVersion: v0.9.0.5
|
||||||
description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
|
description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
|
||||||
name: bazarr
|
name: bazarr
|
||||||
version: 3.1.0
|
version: 4.4.0
|
||||||
keywords:
|
keywords:
|
||||||
- bazarr
|
- bazarr
|
||||||
- radarr
|
- radarr
|
||||||
- sonarr
|
- sonarr
|
||||||
- subtitles
|
- subtitles
|
||||||
- usenet
|
- usenet
|
||||||
- bittorrent
|
- torrent
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/bazarr
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/bazarr
|
||||||
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png
|
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png
|
||||||
sources:
|
sources:
|
||||||
@@ -18,3 +18,7 @@ sources:
|
|||||||
maintainers:
|
maintainers:
|
||||||
- name: billimek
|
- name: billimek
|
||||||
email: jeff@billimek.com
|
email: jeff@billimek.com
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://k8s-at-home.com/charts/
|
||||||
|
version: ^1.5.0
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
approvers:
|
approvers:
|
||||||
- billimek
|
- billimek
|
||||||
reviewers:
|
reviewers:
|
||||||
- billimek
|
- billimek
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# bazarr subtitle download client
|
# Bazarr
|
||||||
|
|
||||||
This is a helm chart for [bazarr](https://github.com/morpheus65535/bazarr) leveraging the [Linuxserver.io image](https://hub.docker.com/r/linuxserver/bazarr)
|
This is a helm chart for [Bazarr](https://github.com/morpheus65535/bazarr).
|
||||||
|
|
||||||
## TL;DR;
|
## TL;DR;
|
||||||
|
|
||||||
@@ -17,20 +17,6 @@ To install the chart with the release name `my-release`:
|
|||||||
helm install --name my-release k8s-at-home/bazarr
|
helm install --name my-release k8s-at-home/bazarr
|
||||||
```
|
```
|
||||||
|
|
||||||
## Upgrading
|
|
||||||
|
|
||||||
Version 1.0.0 used separate PVCs for TV and Movies. In order to keep this chart inline
|
|
||||||
with changes to charts for Sonarr, etc. this was changed.
|
|
||||||
|
|
||||||
This chart now uses a single PVC for all media. This means all of your media must be in, or be subdirectories of, a single media directory. If upgrading from v1 of the chart, do the following:
|
|
||||||
|
|
||||||
1. [Uninstall](#uninstalling-the-chart) your current release
|
|
||||||
2. On your backing store, organize your media, ie. media/tv, media/movies
|
|
||||||
3. If using a pre-existing PVC, create a single new PVC for all of your media
|
|
||||||
4. Refer to the [configuration](#configuration) for updates to the chart values
|
|
||||||
5. Re-install the chart
|
|
||||||
6. Update your settings in the app to point to the new PVC, which is mounted at /media. These can be found at: `Settings -> Path Mappings For TV Shows` and `Settings -> Path Mappings for Movies`
|
|
||||||
|
|
||||||
## Uninstalling the Chart
|
## Uninstalling the Chart
|
||||||
|
|
||||||
To uninstall/delete the `my-release` deployment:
|
To uninstall/delete the `my-release` deployment:
|
||||||
@@ -42,77 +28,49 @@ helm delete my-release --purge
|
|||||||
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
Read through the charts [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/bazarr/values.yaml)
|
||||||
The following tables lists the configurable parameters of the Sentry chart and their default values.
|
file. It has several commented out suggested values.
|
||||||
|
Additionally you can take a look at the common library [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/common/values.yaml) for more (advanced) configuration options.
|
||||||
| Parameter | Description | Default |
|
|
||||||
| -------------------------------------- | -------------------------------------------------------------------------------------------- | --------------------- |
|
|
||||||
| `image.repository` | Image repository | `linuxserver/bazarr` |
|
|
||||||
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/linuxserver/bazarr/tags/). | `v0.8.4.2-ls72` |
|
|
||||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
|
||||||
| `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` |
|
|
||||||
| `timezone` | Timezone the bazarr instance should run as, e.g. 'America/New_York' | `UTC` |
|
|
||||||
| `puid` | process userID the bazarr instance should run as | `1001` |
|
|
||||||
| `pgid` | process groupID the bazarr instance should run as | `1001` |
|
|
||||||
| `probes.liveness.initialDelaySeconds` | Specify liveness `initialDelaySeconds` parameter for the deployment | `60` |
|
|
||||||
| `probes.liveness.failureThreshold` | Specify liveness `failureThreshold` parameter for the deployment | `5` |
|
|
||||||
| `probes.liveness.timeoutSeconds` | Specify liveness `timeoutSeconds` parameter for the deployment | `10` |
|
|
||||||
| `probes.readiness.initialDelaySeconds` | Specify readiness `initialDelaySeconds` parameter for the deployment | `60` |
|
|
||||||
| `probes.readiness.failureThreshold` | Specify readiness `failureThreshold` parameter for the deployment | `5` |
|
|
||||||
| `probes.readiness.timeoutSeconds` | Specify readiness `timeoutSeconds` parameter for the deployment | `10` |
|
|
||||||
| `Service.type` | Kubernetes service type for the bazarr GUI | `ClusterIP` |
|
|
||||||
| `Service.port` | Kubernetes port where the bazarr GUI is exposed | `6767` |
|
|
||||||
| `Service.annotations` | Service annotations for the bazarr GUI | `{}` |
|
|
||||||
| `Service.labels` | Custom labels | `{}` |
|
|
||||||
| `Service.loadBalancerIP` | Loadbalance IP for the bazarr GUI | `{}` |
|
|
||||||
| `Service.loadBalancerSourceRanges` | List of IP CIDRs allowed access to load balancer (if supported) | None |
|
|
||||||
| `ingress.enabled` | Enables Ingress | `false` |
|
|
||||||
| `ingress.annotations` | Ingress annotations | `{}` |
|
|
||||||
| `ingress.labels` | Custom labels | `{}` |
|
|
||||||
| `ingress.path` | Ingress path | `/` |
|
|
||||||
| `ingress.hosts` | Ingress accepted hostnames | `chart-example.local` |
|
|
||||||
| `ingress.tls` | Ingress TLS configuration | `[]` |
|
|
||||||
| `persistence.config.enabled` | Use persistent volume to store configuration data | `true` |
|
|
||||||
| `persistence.config.size` | Size of persistent volume claim | `1Gi` |
|
|
||||||
| `persistence.config.existingClaim` | Use an existing PVC to persist data | `nil` |
|
|
||||||
| `persistence.config.subpath` | Select a subpath in the PVC | `nil` |
|
|
||||||
| `persistence.config.storageClass` | Type of persistent volume claim | `-` |
|
|
||||||
| `persistence.config.accessMode` | Persistence access mode | `ReadWriteOnce` |
|
|
||||||
| `persistence.config.skipuninstall` | Do not delete the pvc upon helm uninstall | `false` |
|
|
||||||
| `persistence.media.enabled` | Use persistent volume to store media data | `true` |
|
|
||||||
| `persistence.media.size` | Size of persistent volume claim | `10Gi` |
|
|
||||||
| `persistence.media.existingClaim` | Use an existing PVC to persist data | `nil` |
|
|
||||||
| `persistence.media.storageClass` | Type of persistent volume claim | `-` |
|
|
||||||
| `persistence.media.accessMode` | Persistence access mode | `ReadWriteOnce` |
|
|
||||||
| `persistence.media.skipuninstall` | Do not delete the pvc upon helm uninstall | `false` |
|
|
||||||
| `persistence.extraExistingClaimMounts` | Optionally add multiple existing claims | `[]` |
|
|
||||||
| `resources` | CPU/Memory resource requests/limits | `{}` |
|
|
||||||
| `nodeSelector` | Node labels for pod assignment | `{}` |
|
|
||||||
| `tolerations` | Toleration labels for pod assignment | `[]` |
|
|
||||||
| `affinity` | Affinity settings for pod assignment | `{}` |
|
|
||||||
| `podAnnotations` | Key-value pairs to add as pod annotations | `{}` |
|
|
||||||
| `deploymentAnnotations` | Key-value pairs to add as deployment annotations | `{}` |
|
|
||||||
|
|
||||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm install --name my-release \
|
helm install bazarr \
|
||||||
--set timezone="America/New York" \
|
--set env.TZ="America/New York" \
|
||||||
k8s-at-home/bazarr
|
k8s-at-home/bazarr
|
||||||
```
|
```
|
||||||
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the
|
||||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
|
chart. For example,
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm install --name my-release -f values.yaml stable/bazarr
|
helm install bazarr k8s-at-home/bazarr --values values.yaml
|
||||||
|
```
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
image:
|
||||||
|
tag: ...
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**NOTE**
|
**NOTE**
|
||||||
|
|
||||||
If you get `Error: rendered manifests contain a resource that already exists. Unable to continue with install: existing resource conflict: ...` it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
If you get
|
||||||
|
```console
|
||||||
|
Error: rendered manifests contain a resource that already exists. Unable to continue with install: existing resource conflict: ...`
|
||||||
|
```
|
||||||
|
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/bazarr/values.yaml) file. It has several commented out suggested values.
|
## Upgrading an existing Release to a new major version
|
||||||
|
|
||||||
|
A major chart version change (like 4.0.1 -> 5.0.0) indicates that there is an incompatible breaking change potentially needing manual actions.
|
||||||
|
|
||||||
|
### Upgrading from 3.x.x to 4.x.x
|
||||||
|
|
||||||
|
Due to migrating to a centralized common library some values in `values.yaml` have changed.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
* `service.port` has been moved to `service.port.port`.
|
||||||
|
* `persistence.type` has been moved to `controllerType`.
|
||||||
|
|
||||||
|
Refer to the library values.yaml for more configuration options.
|
||||||
|
|||||||
2
charts/bazarr/ci/ct-values.yaml
Normal file
2
charts/bazarr/ci/ct-values.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
@@ -1,19 +1 @@
|
|||||||
1. Get the application URL by running these commands:
|
{{- include "common.notes.defaultNotes" . -}}
|
||||||
{{- if .Values.ingress.enabled }}
|
|
||||||
{{- range .Values.ingress.hosts }}
|
|
||||||
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ . }}{{ $.Values.ingress.path }}
|
|
||||||
{{- end }}
|
|
||||||
{{- else if contains "NodePort" .Values.service.type }}
|
|
||||||
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "bazarr.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 svc -w {{ include "bazarr.fullname" . }}'
|
|
||||||
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "bazarr.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
|
|
||||||
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 "bazarr.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
|
|
||||||
echo "Visit http://127.0.0.1:8080 to use your application"
|
|
||||||
kubectl port-forward $POD_NAME 8080:80
|
|
||||||
{{- end }}
|
|
||||||
|
|||||||
@@ -1,32 +0,0 @@
|
|||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Expand the name of the chart.
|
|
||||||
*/}}
|
|
||||||
{{- define "bazarr.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 "bazarr.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 "bazarr.chart" -}}
|
|
||||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- end -}}
|
|
||||||
1
charts/bazarr/templates/common.yaml
Normal file
1
charts/bazarr/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{ include "common.all" . }}
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
{{- if and .Values.persistence.config.enabled (not .Values.persistence.config.existingClaim) }}
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: {{ template "bazarr.fullname" . }}-config
|
|
||||||
{{- if .Values.persistence.config.skipuninstall }}
|
|
||||||
annotations:
|
|
||||||
"helm.sh/resource-policy": keep
|
|
||||||
{{- end }}
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: {{ include "bazarr.name" . }}
|
|
||||||
helm.sh/chart: {{ include "bazarr.chart" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- {{ .Values.persistence.config.accessMode | quote }}
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: {{ .Values.persistence.config.size | quote }}
|
|
||||||
{{- if .Values.persistence.config.storageClass }}
|
|
||||||
{{- if (eq "-" .Values.persistence.config.storageClass) }}
|
|
||||||
storageClassName: ""
|
|
||||||
{{- else }}
|
|
||||||
storageClassName: "{{ .Values.persistence.config.storageClass }}"
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@@ -1,113 +0,0 @@
|
|||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: {{ include "bazarr.fullname" . }}
|
|
||||||
{{- if .Values.deploymentAnnotations }}
|
|
||||||
annotations:
|
|
||||||
{{- range $key, $value := .Values.deploymentAnnotations }}
|
|
||||||
{{ $key }}: {{ $value | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: {{ include "bazarr.name" . }}
|
|
||||||
helm.sh/chart: {{ include "bazarr.chart" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
|
||||||
spec:
|
|
||||||
replicas: 1
|
|
||||||
revisionHistoryLimit: 3
|
|
||||||
strategy:
|
|
||||||
type: {{ .Values.strategyType }}
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app.kubernetes.io/name: {{ include "bazarr.name" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: {{ include "bazarr.name" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
{{- if .Values.podAnnotations }}
|
|
||||||
annotations:
|
|
||||||
{{- range $key, $value := .Values.podAnnotations }}
|
|
||||||
{{ $key }}: {{ $value | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: {{ .Chart.Name }}
|
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
|
||||||
ports:
|
|
||||||
- name: http
|
|
||||||
containerPort: 6767
|
|
||||||
protocol: TCP
|
|
||||||
livenessProbe:
|
|
||||||
tcpSocket:
|
|
||||||
port: http
|
|
||||||
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }}
|
|
||||||
failureThreshold: {{ .Values.probes.liveness.failureThreshold }}
|
|
||||||
timeoutSeconds: {{ .Values.probes.liveness.timeoutSeconds }}
|
|
||||||
readinessProbe:
|
|
||||||
tcpSocket:
|
|
||||||
port: http
|
|
||||||
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }}
|
|
||||||
failureThreshold: {{ .Values.probes.readiness.failureThreshold }}
|
|
||||||
timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }}
|
|
||||||
env:
|
|
||||||
- name: TZ
|
|
||||||
value: "{{ .Values.timezone }}"
|
|
||||||
- name: PUID
|
|
||||||
value: "{{ .Values.puid }}"
|
|
||||||
- name: PGID
|
|
||||||
value: "{{ .Values.pgid }}"
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /config
|
|
||||||
name: config
|
|
||||||
{{- if .Values.persistence.config.subPath }}
|
|
||||||
subPath: {{ .Values.persistence.config.subPath }}
|
|
||||||
{{- end }}
|
|
||||||
- mountPath: /media
|
|
||||||
name: media
|
|
||||||
{{- if .Values.persistence.media.subPath }}
|
|
||||||
subPath: {{ .Values.persistence.media.subPath }}
|
|
||||||
{{- end }}
|
|
||||||
{{- range .Values.persistence.extraExistingClaimMounts }}
|
|
||||||
- name: {{ .name }}
|
|
||||||
mountPath: {{ .mountPath }}
|
|
||||||
readOnly: {{ .readOnly }}
|
|
||||||
{{- end }}
|
|
||||||
resources:
|
|
||||||
{{ toYaml .Values.resources | indent 12 }}
|
|
||||||
volumes:
|
|
||||||
- name: config
|
|
||||||
{{- if .Values.persistence.config.enabled }}
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: {{ if .Values.persistence.config.existingClaim }}{{ .Values.persistence.config.existingClaim }}{{- else }}{{ template "bazarr.fullname" . }}-config{{- end }}
|
|
||||||
{{- else }}
|
|
||||||
emptyDir: {}
|
|
||||||
{{- end }}
|
|
||||||
- name: media
|
|
||||||
{{- if .Values.persistence.media.enabled }}
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: {{ if .Values.persistence.media.existingClaim }}{{ .Values.persistence.media.existingClaim }}{{- else }}{{ template "bazarr.fullname" . }}-media{{- end }}
|
|
||||||
{{- else }}
|
|
||||||
emptyDir: {}
|
|
||||||
{{- end }}
|
|
||||||
{{- range .Values.persistence.extraExistingClaimMounts }}
|
|
||||||
- name: {{ .name }}
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: {{ .existingClaim }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.nodeSelector }}
|
|
||||||
nodeSelector:
|
|
||||||
{{ toYaml . | indent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.affinity }}
|
|
||||||
affinity:
|
|
||||||
{{ toYaml . | indent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.tolerations }}
|
|
||||||
tolerations:
|
|
||||||
{{ toYaml . | indent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
{{- if .Values.ingress.enabled -}}
|
|
||||||
{{- $fullName := include "bazarr.fullname" . -}}
|
|
||||||
{{- $ingressPath := .Values.ingress.path -}}
|
|
||||||
apiVersion: extensions/v1beta1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
name: {{ $fullName }}
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: {{ include "bazarr.name" . }}
|
|
||||||
helm.sh/chart: {{ include "bazarr.chart" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
|
||||||
{{- with .Values.ingress.labels -}}
|
|
||||||
{{ toYaml . | nindent 4 }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- with .Values.ingress.annotations }}
|
|
||||||
annotations:
|
|
||||||
{{ toYaml . | indent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
{{- if .Values.ingress.tls }}
|
|
||||||
tls:
|
|
||||||
{{- range .Values.ingress.tls }}
|
|
||||||
- hosts:
|
|
||||||
{{- range .hosts }}
|
|
||||||
- {{ . | quote }}
|
|
||||||
{{- end }}
|
|
||||||
secretName: {{ .secretName }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
rules:
|
|
||||||
{{- range .Values.ingress.hosts }}
|
|
||||||
- host: {{ . | quote }}
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: {{ $ingressPath }}
|
|
||||||
backend:
|
|
||||||
serviceName: {{ $fullName }}
|
|
||||||
servicePort: http
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
{{- if and .Values.persistence.media.enabled (not .Values.persistence.media.existingClaim) }}
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: {{ template "bazarr.fullname" . }}-media
|
|
||||||
{{- if .Values.persistence.media.skipuninstall }}
|
|
||||||
annotations:
|
|
||||||
"helm.sh/resource-policy": keep
|
|
||||||
{{- end }}
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: {{ include "bazarr.name" . }}
|
|
||||||
helm.sh/chart: {{ include "bazarr.chart" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- {{ .Values.persistence.media.accessMode | quote }}
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: {{ .Values.persistence.media.size | quote }}
|
|
||||||
{{- if .Values.persistence.media.storageClass }}
|
|
||||||
{{- if (eq "-" .Values.persistence.media.storageClass) }}
|
|
||||||
storageClassName: ""
|
|
||||||
{{- else }}
|
|
||||||
storageClassName: "{{ .Values.persistence.media.storageClass }}"
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@@ -1,52 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: {{ template "bazarr.fullname" . }}
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: {{ include "bazarr.name" . }}
|
|
||||||
helm.sh/chart: {{ include "bazarr.chart" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
|
||||||
{{- if .Values.service.labels }}
|
|
||||||
{{ toYaml .Values.service.labels | indent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.service.annotations }}
|
|
||||||
annotations:
|
|
||||||
{{ toYaml . | indent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
{{- if (or (eq .Values.service.type "ClusterIP") (empty .Values.service.type)) }}
|
|
||||||
type: ClusterIP
|
|
||||||
{{- if .Values.service.clusterIP }}
|
|
||||||
clusterIP: {{ .Values.service.clusterIP }}
|
|
||||||
{{end}}
|
|
||||||
{{- else if eq .Values.service.type "LoadBalancer" }}
|
|
||||||
type: {{ .Values.service.type }}
|
|
||||||
{{- if .Values.service.loadBalancerIP }}
|
|
||||||
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.service.loadBalancerSourceRanges }}
|
|
||||||
loadBalancerSourceRanges:
|
|
||||||
{{ toYaml .Values.service.loadBalancerSourceRanges | indent 4 }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- else }}
|
|
||||||
type: {{ .Values.service.type }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.service.externalIPs }}
|
|
||||||
externalIPs:
|
|
||||||
{{ toYaml .Values.service.externalIPs | indent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.service.externalTrafficPolicy }}
|
|
||||||
externalTrafficPolicy: {{ .Values.service.externalTrafficPolicy }}
|
|
||||||
{{- end }}
|
|
||||||
ports:
|
|
||||||
- name: http
|
|
||||||
port: {{ .Values.service.port }}
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: http
|
|
||||||
{{ if (and (eq .Values.service.type "NodePort") (not (empty .Values.service.nodePort))) }}
|
|
||||||
nodePort: {{.Values.service.nodePort}}
|
|
||||||
{{ end }}
|
|
||||||
selector:
|
|
||||||
app.kubernetes.io/name: {{ include "bazarr.name" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
@@ -1,133 +1,40 @@
|
|||||||
# Default values for bazarr.
|
# Default values for Bazarr.
|
||||||
# This is a YAML-formatted file.
|
|
||||||
# Declare variables to be passed into your templates.
|
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: linuxserver/bazarr
|
repository: linuxserver/bazarr
|
||||||
tag: v0.9.0.2-ls89
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
tag: version-v0.9.0.5
|
||||||
|
|
||||||
# upgrade strategy type (e.g. Recreate or RollingUpdate)
|
strategy:
|
||||||
strategyType: Recreate
|
type: Recreate
|
||||||
|
|
||||||
# Probes configuration
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
initialDelaySeconds: 60
|
|
||||||
failureThreshold: 5
|
|
||||||
timeoutSeconds: 10
|
|
||||||
readiness:
|
|
||||||
initialDelaySeconds: 60
|
|
||||||
failureThreshold: 5
|
|
||||||
timeoutSeconds: 10
|
|
||||||
|
|
||||||
nameOverride: ""
|
|
||||||
fullnameOverride: ""
|
|
||||||
|
|
||||||
timezone: UTC
|
|
||||||
puid: 1001
|
|
||||||
pgid: 1001
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
port:
|
||||||
port: 6767
|
port: 6767
|
||||||
## Specify the nodePort value for the LoadBalancer and NodePort service types.
|
|
||||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
|
|
||||||
##
|
|
||||||
# nodePort:
|
|
||||||
## Provide any additional annotations which may be required. This can be used to
|
|
||||||
## set the LoadBalancer service type to internal only.
|
|
||||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer
|
|
||||||
##
|
|
||||||
annotations: {}
|
|
||||||
labels: {}
|
|
||||||
## Use loadBalancerIP to request a specific static IP,
|
|
||||||
## otherwise leave blank
|
|
||||||
##
|
|
||||||
loadBalancerIP:
|
|
||||||
# loadBalancerSourceRanges: []
|
|
||||||
## Set the externalTrafficPolicy in the Service to either Cluster or Local
|
|
||||||
# externalTrafficPolicy: Cluster
|
|
||||||
|
|
||||||
ingress:
|
env: {}
|
||||||
enabled: false
|
# TZ: UTC
|
||||||
annotations: {}
|
# PUID: 1001
|
||||||
# kubernetes.io/ingress.class: nginx
|
# PGID: 1001
|
||||||
# kubernetes.io/tls-acme: "true"
|
|
||||||
labels: {}
|
|
||||||
path: /
|
|
||||||
hosts:
|
|
||||||
- chart-example.local
|
|
||||||
tls: []
|
|
||||||
# - secretName: chart-example-tls
|
|
||||||
# hosts:
|
|
||||||
# - chart-example.local
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: false
|
||||||
## bazarr configuration data Persistent Volume Storage Class
|
emptyDir: false
|
||||||
## If defined, storageClassName: <storageClass>
|
|
||||||
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
|
||||||
## If undefined (the default) or set to null, no storageClassName spec is
|
|
||||||
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
|
||||||
## GKE, AWS & OpenStack)
|
|
||||||
##
|
|
||||||
# storageClass: "-"
|
|
||||||
##
|
|
||||||
## If you want to reuse an existing claim, you can pass the name of the PVC using
|
|
||||||
## the existingClaim variable
|
|
||||||
# existingClaim: your-claim
|
|
||||||
# subPath: some-subpath
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 1Gi
|
|
||||||
## Do not delete the pvc upon helm uninstall
|
|
||||||
skipuninstall: false
|
|
||||||
media:
|
media:
|
||||||
enabled: true
|
enabled: false
|
||||||
## bazarr media volume configuration
|
emptyDir: false
|
||||||
|
mountPath: /media
|
||||||
|
## Persistent Volume Storage Class
|
||||||
## If defined, storageClassName: <storageClass>
|
## If defined, storageClassName: <storageClass>
|
||||||
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
||||||
## If undefined (the default) or set to null, no storageClassName spec is
|
## If undefined (the default) or set to null, no storageClassName spec is
|
||||||
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
||||||
## GKE, AWS & OpenStack)
|
## GKE, AWS & OpenStack)
|
||||||
##
|
|
||||||
# storageClass: "-"
|
# storageClass: "-"
|
||||||
##
|
# accessMode: ReadWriteOnce
|
||||||
## If you want to reuse an existing claim, you can pass the name of the PVC using
|
# size: 1Gi
|
||||||
## the existingClaim variable
|
|
||||||
# existingClaim: your-claim
|
|
||||||
# subPath: some-subpath
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 10Gi
|
|
||||||
## Do not delete the pvc upon helm uninstall
|
## Do not delete the pvc upon helm uninstall
|
||||||
skipuninstall: false
|
# skipuninstall: false
|
||||||
extraExistingClaimMounts: []
|
# existingClaim: ""
|
||||||
# - name: external-mount
|
|
||||||
# mountPath: /srv/external-mount
|
|
||||||
## A manually managed Persistent Volume and Claim
|
|
||||||
## If defined, PVC must be created manually before volume will be bound
|
|
||||||
# existingClaim:
|
|
||||||
# readOnly: true
|
|
||||||
|
|
||||||
resources: {}
|
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
||||||
# choice for the user. This also increases chances charts run on environments with little
|
|
||||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
||||||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
||||||
# limits:
|
|
||||||
# cpu: 100m
|
|
||||||
# memory: 128Mi
|
|
||||||
# requests:
|
|
||||||
# cpu: 100m
|
|
||||||
# memory: 128Mi
|
|
||||||
|
|
||||||
nodeSelector: {}
|
|
||||||
|
|
||||||
tolerations: []
|
|
||||||
|
|
||||||
affinity: {}
|
|
||||||
|
|
||||||
podAnnotations: {}
|
|
||||||
|
|
||||||
deploymentAnnotations: {}
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: common
|
name: common
|
||||||
description: Function library for k8s-at-home charts
|
description: Function library for k8s-at-home charts
|
||||||
type: library
|
type: library
|
||||||
version: 1.0.0
|
version: 1.5.0
|
||||||
keywords:
|
keywords:
|
||||||
- k8s-at-home
|
- k8s-at-home
|
||||||
- common
|
- common
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
{{- define "common.all" -}}
|
{{- define "common.all" -}}
|
||||||
{{- /* Merge the local chart values and the common chart defaults */ -}}
|
{{- /* Merge the local chart values and the common chart defaults */ -}}
|
||||||
{{- $defaultValues := .Values.common -}}
|
{{- include "common.values.setup" . }}
|
||||||
{{- $_ := deepCopy $defaultValues | merge .Values -}}
|
|
||||||
{{- $_ := unset .Values "common" -}}
|
|
||||||
|
|
||||||
{{- /* Enable OpenVPN VPN add-on if required */ -}}
|
{{- /* Enable OpenVPN VPN add-on if required */ -}}
|
||||||
{{- if .Values.addons.vpn.enabled }}
|
{{- if .Values.addons.vpn.enabled }}
|
||||||
|
|||||||
@@ -1,12 +1,23 @@
|
|||||||
{{- define "common.deployment" -}}
|
{{- define "common.deployment" -}}
|
||||||
apiVersion: apps/v1
|
apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "common.names.fullname" . }}
|
name: {{ template "common.names.fullname" . }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "common.labels" . | nindent 4 }}
|
{{- include "common.labels" . | nindent 4 }}
|
||||||
|
{{- with .Values.controllerLabels }}
|
||||||
|
{{- toYaml . | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
|
{{- with .Values.controllerAnnotations }}
|
||||||
|
annotations:
|
||||||
|
{{- toYaml . | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: {{ .Values.replicas }}
|
||||||
|
{{- with .Values.strategy }}
|
||||||
|
strategy:
|
||||||
|
{{- toYaml . | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "common.labels.selectorLabels" . | nindent 6 }}
|
{{- include "common.labels.selectorLabels" . | nindent 6 }}
|
||||||
@@ -38,18 +49,18 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
{{- include "common.controller.volumes" . | nindent 6 }}
|
{{- include "common.controller.volumes" . | trim | nindent 6 }}
|
||||||
|
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | indent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.affinity }}
|
{{- with .Values.affinity }}
|
||||||
affinity:
|
affinity:
|
||||||
{{- toYaml . | indent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.tolerations }}
|
{{- with .Values.tolerations }}
|
||||||
tolerations:
|
tolerations:
|
||||||
{{- toYaml . | indent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
{{- /* Generate primary ingress */ -}}
|
{{- /* Generate primary ingress */ -}}
|
||||||
{{- $ingressValues := .Values.ingress -}}
|
{{- $ingressValues := .Values.ingress -}}
|
||||||
{{- $_ := set $ingressValues "svcPort" $svcPort -}}
|
|
||||||
{{- $_ := set . "ObjectValues" (dict "ingress" $ingressValues) -}}
|
{{- $_ := set . "ObjectValues" (dict "ingress" $ingressValues) -}}
|
||||||
{{- include "common.classes.ingress" . }}
|
{{- include "common.classes.ingress" . }}
|
||||||
|
|
||||||
@@ -13,12 +12,11 @@
|
|||||||
{{- if $extraIngress.enabled -}}
|
{{- if $extraIngress.enabled -}}
|
||||||
{{- print ("---") | nindent 0 -}}
|
{{- print ("---") | nindent 0 -}}
|
||||||
{{- $ingressValues := $extraIngress -}}
|
{{- $ingressValues := $extraIngress -}}
|
||||||
{{- $_ := set $ingressValues "svcPort" $svcPort -}}
|
|
||||||
{{- if not $ingressValues.nameSuffix -}}
|
{{- if not $ingressValues.nameSuffix -}}
|
||||||
{{- $_ := set $ingressValues "nameSuffix" $index -}}
|
{{- $_ := set $ingressValues "nameSuffix" $index -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{- $_ := set . "ObjectValues" (dict "ingress" $ingressValues) -}}
|
{{- $_ := set $ "ObjectValues" (dict "ingress" $ingressValues) -}}
|
||||||
{{- include "common.classes.ingress" . -}}
|
{{- include "common.classes.ingress" $ -}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
Default NOTES.txt content.
|
Default NOTES.txt content.
|
||||||
*/}}
|
*/}}
|
||||||
{{- define "common.notes.defaultNotes" -}}
|
{{- define "common.notes.defaultNotes" -}}
|
||||||
{{- $svcPort := .Values.service.port -}}
|
{{- $svcPort := .Values.service.port.port -}}
|
||||||
1. Get the application URL by running these commands:
|
1. Get the application URL by running these commands:
|
||||||
{{- if .Values.ingress.enabled }}
|
{{- if .Values.ingress.enabled }}
|
||||||
{{- range .Values.ingress.hosts }}
|
{{- range .Values.ingress.hosts }}
|
||||||
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ . }}{{ $.Values.ingress.path }}
|
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ .host }}{{ (first .paths).path }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- else if contains "NodePort" .Values.service.type }}
|
{{- else if contains "NodePort" .Values.service.type }}
|
||||||
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "common.names.fullname" . }})
|
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "common.names.fullname" . }})
|
||||||
|
|||||||
@@ -1,15 +1,14 @@
|
|||||||
{{- define "common.pvc" -}}
|
{{- define "common.pvc" -}}
|
||||||
{{- /* Generate pvc as required */ -}}
|
{{- /* Generate pvc as required */ -}}
|
||||||
{{- $context := . -}}
|
|
||||||
{{- range $index, $PVC := .Values.persistence }}
|
{{- range $index, $PVC := .Values.persistence }}
|
||||||
{{- if and $PVC.enabled (not (or $PVC.emptyDir $PVC.existingClaim)) -}}
|
{{- if and $PVC.enabled (not (or $PVC.emptyDir $PVC.existingClaim)) -}}
|
||||||
{{- $persistenceValues := $PVC -}}
|
{{- $persistenceValues := $PVC -}}
|
||||||
{{- if not $persistenceValues.nameSuffix -}}
|
{{- if not $persistenceValues.nameSuffix -}}
|
||||||
{{- $_ := set $persistenceValues "nameSuffix" $index -}}
|
{{- $_ := set $persistenceValues "nameSuffix" $index -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- $_ := set $context "ObjectValues" (dict "persistence" $persistenceValues) -}}
|
{{- $_ := set $ "ObjectValues" (dict "persistence" $persistenceValues) -}}
|
||||||
{{- print ("---") | nindent 0 -}}
|
{{- print ("---") | nindent 0 -}}
|
||||||
{{- include "common.classes.pvc" $context -}}
|
{{- include "common.classes.pvc" $ -}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -1,3 +1,19 @@
|
|||||||
{{- define "common.service" -}}
|
{{- define "common.service" -}}
|
||||||
{{- include "common.classes.service" . }}
|
{{- if .Values.service.enabled -}}
|
||||||
|
{{- /* Generate primary service */ -}}
|
||||||
|
{{- include "common.classes.service" . }}
|
||||||
|
|
||||||
|
{{- /* Generate additional services as required */ -}}
|
||||||
|
{{- range $index, $extraService := .Values.service.additionalServices }}
|
||||||
|
{{- if $extraService.enabled -}}
|
||||||
|
{{- print ("---") | nindent 0 -}}
|
||||||
|
{{- $serviceValues := $extraService -}}
|
||||||
|
{{- if not $serviceValues.nameSuffix -}}
|
||||||
|
{{- $_ := set $serviceValues "nameSuffix" $index -}}
|
||||||
|
{{ end -}}
|
||||||
|
{{- $_ := set $ "ObjectValues" (dict "service" $serviceValues) -}}
|
||||||
|
{{- include "common.classes.service" $ -}}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -1,12 +1,23 @@
|
|||||||
{{- define "common.statefulset" -}}
|
{{- define "common.statefulset" -}}
|
||||||
apiVersion: apps/v1
|
apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }}
|
||||||
kind: StatefulSet
|
kind: StatefulSet
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "common.names.fullname" . }}
|
name: {{ template "common.names.fullname" . }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "common.labels" . | nindent 4 }}
|
{{- include "common.labels" . | nindent 4 }}
|
||||||
|
{{- with .Values.controllerLabels }}
|
||||||
|
{{- toYaml . | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
|
{{- with .Values.controllerAnnotations }}
|
||||||
|
annotations:
|
||||||
|
{{- toYaml . | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: {{ .Values.replicas }}
|
||||||
|
{{- with .Values.strategy }}
|
||||||
|
updateStrategy:
|
||||||
|
{{- toYaml . | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "common.labels.selectorLabels" . | nindent 6 }}
|
{{- include "common.labels.selectorLabels" . | nindent 6 }}
|
||||||
@@ -39,18 +50,18 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
{{- include "common.controller.volumes" . | nindent 6 }}
|
{{- include "common.controller.volumes" . | trim | nindent 6 }}
|
||||||
|
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | indent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.affinity }}
|
{{- with .Values.affinity }}
|
||||||
affinity:
|
affinity:
|
||||||
{{- toYaml . | indent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.tolerations }}
|
{{- with .Values.tolerations }}
|
||||||
tolerations:
|
tolerations:
|
||||||
{{- toYaml . | indent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -10,17 +10,17 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
{{- include "common.labels" . | nindent 4 }}
|
{{- include "common.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
{{- if .Values.addons.vpn.configFile }}
|
{{- with .Values.addons.vpn.configFile }}
|
||||||
vpnConfigfile: |-
|
vpnConfigfile: |-
|
||||||
{{- .Values.addons.vpn.configFile | nindent 4}}
|
{{- . | nindent 4}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.addons.vpn.scripts.up }}
|
{{- with .Values.addons.vpn.scripts.up }}
|
||||||
up.sh: |-
|
up.sh: |-
|
||||||
{{- .Values.addons.vpn.scripts.up | nindent 4}}
|
{{- . | nindent 4}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.addons.vpn.scripts.down }}
|
{{- with .Values.addons.vpn.scripts.down }}
|
||||||
down.sh: |-
|
down.sh: |-
|
||||||
{{- .Values.addons.vpn.scripts.down | nindent 4}}
|
{{- . | nindent 4}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ spec:
|
|||||||
policyTypes:
|
policyTypes:
|
||||||
- Egress
|
- Egress
|
||||||
egress:
|
egress:
|
||||||
{{- if .Values.addons.vpn.networkPolicy.egress }}
|
{{- with .Values.addons.vpn.networkPolicy.egress }}
|
||||||
{{- .Values.addons.vpn.networkPolicy.egress | toYaml | nindent 4 }}
|
{{- . | toYaml | nindent 4 }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
The OpenVPN shared volume to be inserted
|
The OpenVPN shared volume to be inserted
|
||||||
*/}}
|
*/}}
|
||||||
{{- define "common.addon.vpn.volume" -}}
|
{{- define "common.addon.vpn.volume" -}}
|
||||||
{{- if or .Values.addons.vpn.vpnConf .Values.addons.vpn.scripts.up .Values.addons.vpn.scripts.down -}}
|
{{- if or .Values.addons.vpn.configFile .Values.addons.vpn.scripts.up .Values.addons.vpn.scripts.down -}}
|
||||||
name: vpnconfig
|
name: vpnconfig
|
||||||
configMap:
|
configMap:
|
||||||
name: {{ template "common.names.fullname" . }}-vpn
|
name: {{ template "common.names.fullname" . }}-vpn
|
||||||
items:
|
items:
|
||||||
{{- if .Values.addons.vpn.vpnConf }}
|
{{- if .Values.addons.vpn.configFile }}
|
||||||
- key: vpnConfigfile
|
- key: vpnConfigfile
|
||||||
path: vpnConfigfile
|
path: vpnConfigfile
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ Template to render VPN addon
|
|||||||
{{- $configmap := include "common.addon.vpn.configmap" . -}}
|
{{- $configmap := include "common.addon.vpn.configmap" . -}}
|
||||||
{{- if $configmap -}}
|
{{- if $configmap -}}
|
||||||
{{- print "---" | nindent 0 -}}
|
{{- print "---" | nindent 0 -}}
|
||||||
{{- $configmap -}}
|
{{- $configmap | nindent 0 -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{/* Append the vpn config volume to the additionalVolumes */}}
|
{{/* Append the vpn config volume to the additionalVolumes */}}
|
||||||
@@ -29,7 +29,7 @@ Template to render VPN addon
|
|||||||
{{- $networkpolicy := include "common.addon.vpn.networkpolicy" . -}}
|
{{- $networkpolicy := include "common.addon.vpn.networkpolicy" . -}}
|
||||||
{{- if $networkpolicy -}}
|
{{- if $networkpolicy -}}
|
||||||
{{- print "---" | nindent 0 -}}
|
{{- print "---" | nindent 0 -}}
|
||||||
{{- $networkpolicy -}}
|
{{- $networkpolicy | nindent 0 -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Template to render OpenVPN addon
|
|||||||
{{/* Append the openVPN container to the additionalContainers */}}
|
{{/* Append the openVPN container to the additionalContainers */}}
|
||||||
{{- $container := include "common.addon.openvpn.container" . | fromYaml -}}
|
{{- $container := include "common.addon.openvpn.container" . | fromYaml -}}
|
||||||
{{- if $container -}}
|
{{- if $container -}}
|
||||||
{{- $additionalContainers := append .Values.additionalContainers $container }}
|
{{- $additionalContainers := append .Values.additionalContainers $container -}}
|
||||||
{{- $_ := set .Values "additionalContainers" $additionalContainers -}}
|
{{- $_ := set .Values "additionalContainers" $additionalContainers -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
@@ -13,6 +13,6 @@ Template to render OpenVPN addon
|
|||||||
{{- $secret := include "common.addon.openvpn.secret" . -}}
|
{{- $secret := include "common.addon.openvpn.secret" . -}}
|
||||||
{{- if $secret -}}
|
{{- if $secret -}}
|
||||||
{{- print "---" | nindent 0 -}}
|
{{- print "---" | nindent 0 -}}
|
||||||
{{- $secret -}}
|
{{- $secret | nindent 0 -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -5,15 +5,15 @@ The OpenVPN container(s) to be inserted
|
|||||||
name: openvpn
|
name: openvpn
|
||||||
image: "{{ .Values.addons.vpn.openvpn.image.repository }}:{{ .Values.addons.vpn.openvpn.image.tag }}"
|
image: "{{ .Values.addons.vpn.openvpn.image.repository }}:{{ .Values.addons.vpn.openvpn.image.tag }}"
|
||||||
imagePullPolicy: {{ .Values.addons.vpn.imagePullPolicy }}
|
imagePullPolicy: {{ .Values.addons.vpn.imagePullPolicy }}
|
||||||
|
{{- with .Values.addons.vpn.securityContext }}
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
{{- toYaml . | nindent 2 }}
|
||||||
add:
|
{{- end }}
|
||||||
- NET_ADMIN
|
{{- with .Values.addons.vpn.env }}
|
||||||
{{- if .Values.addons.vpn.env }}
|
|
||||||
env:
|
env:
|
||||||
{{- range $k, $v := .Values.addons.vpn.env }}
|
{{- range $k, $v := . }}
|
||||||
- name: {{ $k }}
|
- name: {{ $k }}
|
||||||
value: {{ $v }}
|
value: {{ $v | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if or .Values.addons.vpn.openvpn.auth .Values.addons.vpn.openvpn.authSecret }}
|
{{- if or .Values.addons.vpn.openvpn.auth .Values.addons.vpn.openvpn.authSecret }}
|
||||||
@@ -43,15 +43,19 @@ volumeMounts:
|
|||||||
subPath: down.sh
|
subPath: down.sh
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.persistence.shared.enabled }}
|
{{- if .Values.persistence.shared.enabled }}
|
||||||
- mountPath: {{ .Values.persistence.shared.mountPath }}
|
- mountPath: {{ .Values.persistence.shared.mountPath }}
|
||||||
name: shared
|
name: shared
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.addons.vpn.additionalVolumeMounts }}
|
{{- with .Values.addons.vpn.additionalVolumeMounts }}
|
||||||
{{- toYaml .Values.addons.vpn.additionalVolumeMounts | nindent 2 }}
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.addons.vpn.livenessProbe }}
|
{{- with .Values.addons.vpn.livenessProbe }}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
{{- toYaml .Values.addons.vpn.livenessProbe | nindent 4 }}
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
{{- with .Values.addons.vpn.resources }}
|
||||||
|
resources:
|
||||||
|
{{- toYaml . | nindent 2 }}
|
||||||
|
{{- end }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
The OpenVPN secrets to be included
|
The OpenVPN secrets to be included
|
||||||
*/}}
|
*/}}
|
||||||
{{- define "common.addon.openvpn.secret" -}}
|
{{- define "common.addon.openvpn.secret" -}}
|
||||||
{{- if .Values.addons.vpn.openvpn.auth -}}
|
{{- with .Values.addons.vpn.openvpn.auth -}}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "common.names.fullname" . }}-openvpn
|
name: {{ template "common.names.fullname" $ }}-openvpn
|
||||||
labels:
|
labels:
|
||||||
{{- include "common.labels" . | nindent 4 }}
|
{{- include "common.labels" $ | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
VPN_AUTH: {{ .Values.addons.vpn.openvpn.auth | b64enc }}
|
VPN_AUTH: {{ . | b64enc }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -3,9 +3,9 @@ Template to render Wireguard addon
|
|||||||
*/}}
|
*/}}
|
||||||
{{- define "common.addon.wireguard" -}}
|
{{- define "common.addon.wireguard" -}}
|
||||||
{{/* Append the Wireguard container to the additionalContainers */}}
|
{{/* Append the Wireguard container to the additionalContainers */}}
|
||||||
{{- $container := include "common.addon.wireguard.container" . | fromYaml -}}
|
{{- $container := fromYaml (include "common.addon.wireguard.container" .) -}}
|
||||||
{{- if $container -}}
|
{{- if $container -}}
|
||||||
{{- $additionalContainers := append .Values.additionalContainers $container }}
|
{{- $additionalContainers := append .Values.additionalContainers $container -}}
|
||||||
{{- $_ := set .Values "additionalContainers" $additionalContainers -}}
|
{{- $_ := set .Values "additionalContainers" $additionalContainers -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -5,24 +5,22 @@ The Wireguard container(s) to be inserted
|
|||||||
name: wireguard
|
name: wireguard
|
||||||
image: "{{ .Values.addons.vpn.wireguard.image.repository }}:{{ .Values.addons.vpn.wireguard.image.tag }}"
|
image: "{{ .Values.addons.vpn.wireguard.image.repository }}:{{ .Values.addons.vpn.wireguard.image.tag }}"
|
||||||
imagePullPolicy: {{ .Values.addons.vpn.imagePullPolicy }}
|
imagePullPolicy: {{ .Values.addons.vpn.imagePullPolicy }}
|
||||||
|
{{- with .Values.addons.vpn.securityContext }}
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
{{- toYaml . | nindent 2 }}
|
||||||
capabilities:
|
{{- end }}
|
||||||
add:
|
{{- with .Values.addons.vpn.env }}
|
||||||
- NET_ADMIN
|
env:
|
||||||
- SYS_MODULE
|
{{- range $k, $v := . }}
|
||||||
{{- if .Values.addons.vpn.env }}
|
- name: {{ $k }}
|
||||||
env:
|
value: {{ $v | quote }}
|
||||||
{{- range $k, $v := .Values.addons.vpn.env }}
|
{{- end }}
|
||||||
- name: {{ $k }}
|
|
||||||
value: {{ $v }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
{{- if or .Values.addons.vpn.configFile .Values.addons.vpn.scripts.up .Values.addons.vpn.scripts.down .Values.addons.vpn.additionalVolumeMounts .Values.persistence.shared.enabled }}
|
{{- if or .Values.addons.vpn.configFile .Values.addons.vpn.scripts.up .Values.addons.vpn.scripts.down .Values.addons.vpn.additionalVolumeMounts .Values.persistence.shared.enabled }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
{{- if .Values.addons.vpn.configFile }}
|
{{- if .Values.addons.vpn.configFile }}
|
||||||
- name: vpnconfig
|
- name: vpnconfig
|
||||||
mountPath: /config/wg0.conf
|
mountPath: /etc/wireguard/wg0.conf
|
||||||
subPath: vpnConfigfile
|
subPath: vpnConfigfile
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.addons.vpn.scripts.up }}
|
{{- if .Values.addons.vpn.scripts.up }}
|
||||||
@@ -36,15 +34,19 @@ volumeMounts:
|
|||||||
subPath: down.sh
|
subPath: down.sh
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.persistence.shared.enabled }}
|
{{- if .Values.persistence.shared.enabled }}
|
||||||
- mountPath: {{ .Values.persistence.shared.mountPath }}
|
- mountPath: {{ .Values.persistence.shared.mountPath }}
|
||||||
name: shared
|
name: shared
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.addons.vpn.additionalVolumeMounts }}
|
{{- with .Values.addons.vpn.additionalVolumeMounts }}
|
||||||
{{- toYaml .Values.addons.vpn.additionalVolumeMounts | nindent 2 }}
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.addons.vpn.livenessProbe }}
|
{{- with .Values.addons.vpn.livenessProbe }}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
{{- toYaml .Values.addons.vpn.livenessProbe | nindent 4 }}
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
{{- with .Values.addons.vpn.resources }}
|
||||||
|
resources:
|
||||||
|
{{- toYaml . | nindent 2 }}
|
||||||
|
{{- end }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -1,22 +1,17 @@
|
|||||||
{{- define "common.classes.ingress" -}}
|
{{- define "common.classes.ingress" -}}
|
||||||
{{- $apiv1 := .Capabilities.APIVersions.Has "networking.k8s.io/v1" -}}
|
|
||||||
{{- $apiv1beta1 := .Capabilities.APIVersions.Has "networking.k8s.io/v1beta1" -}}
|
|
||||||
{{- $ingressName := include "common.names.fullname" . -}}
|
{{- $ingressName := include "common.names.fullname" . -}}
|
||||||
{{- $values := .Values.ingress -}}
|
{{- $values := .Values.ingress -}}
|
||||||
{{- if and (hasKey . "ObjectValues") (hasKey .ObjectValues "ingress") -}}
|
{{- if hasKey . "ObjectValues" -}}
|
||||||
{{- $values = .ObjectValues.ingress -}}
|
{{- with .ObjectValues.ingress -}}
|
||||||
|
{{- $values = . -}}
|
||||||
|
{{- end -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{- if hasKey $values "nameSuffix" -}}
|
{{- if hasKey $values "nameSuffix" -}}
|
||||||
{{- $ingressName = printf "%v-%v" $ingressName $values.nameSuffix -}}
|
{{- $ingressName = printf "%v-%v" $ingressName $values.nameSuffix -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{- $svcPort := $values.svcPort -}}
|
{{- $svcName := $values.serviceName | default (include "common.names.fullname" .) -}}
|
||||||
{{- if $apiv1 -}}
|
{{- $svcPort := $values.servicePort | default $.Values.service.port.port -}}
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }}
|
||||||
{{- else if $apiv1beta1 -}}
|
|
||||||
apiVersion: networking.k8s.io/v1beta1
|
|
||||||
{{- else }}
|
|
||||||
apiVersion: extensions/v1beta1
|
|
||||||
{{ end }}
|
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ $ingressName }}
|
name: {{ $ingressName }}
|
||||||
@@ -44,19 +39,9 @@ spec:
|
|||||||
paths:
|
paths:
|
||||||
{{- range .paths }}
|
{{- range .paths }}
|
||||||
- path: {{ .path }}
|
- path: {{ .path }}
|
||||||
{{- if or $apiv1beta1 $apiv1 }}
|
|
||||||
pathType: {{ .pathType }}
|
|
||||||
{{- end }}
|
|
||||||
backend:
|
backend:
|
||||||
{{- if $apiv1 }}
|
serviceName: {{ $svcName }}
|
||||||
service:
|
|
||||||
name: {{ $ingressName }}
|
|
||||||
port:
|
|
||||||
name: {{ $svcPort }}
|
|
||||||
{{- else }}
|
|
||||||
serviceName: {{ $ingressName }}
|
|
||||||
servicePort: {{ $svcPort }}
|
servicePort: {{ $svcPort }}
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
{{- define "common.classes.pvc" -}}
|
{{- define "common.classes.pvc" -}}
|
||||||
{{- $values := .Values.persistence -}}
|
{{- $values := .Values.persistence -}}
|
||||||
{{- if and (hasKey . "ObjectValues") (hasKey .ObjectValues "persistence") -}}
|
{{- if hasKey . "ObjectValues" -}}
|
||||||
{{- $values = .ObjectValues.persistence -}}
|
{{- with .ObjectValues.persistence -}}
|
||||||
|
{{- $values = . -}}
|
||||||
|
{{- end -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{- $pvcName := include "common.names.fullname" . -}}
|
{{- $pvcName := include "common.names.fullname" . -}}
|
||||||
{{- if hasKey $values "nameSuffix" -}}
|
{{- if hasKey $values "nameSuffix" -}}
|
||||||
|
|||||||
@@ -1,13 +1,19 @@
|
|||||||
{{- define "common.classes.service" -}}
|
{{- define "common.classes.service" -}}
|
||||||
{{- $values := .Values.service -}}
|
{{- $values := .Values.service -}}
|
||||||
{{- if and (hasKey . "ObjectValues") (hasKey .ObjectValues "service") -}}
|
{{- if hasKey . "ObjectValues" -}}
|
||||||
{{- $values = .ObjectValues.service -}}
|
{{- with .ObjectValues.service -}}
|
||||||
|
{{- $values = . -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{ end -}}
|
||||||
|
{{- $serviceName := include "common.names.fullname" . -}}
|
||||||
|
{{- if hasKey $values "nameSuffix" -}}
|
||||||
|
{{- $serviceName = printf "%v-%v" $serviceName $values.nameSuffix -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{- $svcType := $values.type -}}
|
{{- $svcType := $values.type -}}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "common.names.fullname" . }}
|
name: {{ $serviceName }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "common.labels" . | nindent 4 }}
|
{{- include "common.labels" . | nindent 4 }}
|
||||||
{{- if $values.labels }}
|
{{- if $values.labels }}
|
||||||
|
|||||||
32
charts/common/templates/lib/chart/_capabilities.tpl
Normal file
32
charts/common/templates/lib/chart/_capabilities.tpl
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{{/*
|
||||||
|
Return the appropriate apiVersion for deployment.
|
||||||
|
*/}}
|
||||||
|
{{- define "common.capabilities.deployment.apiVersion" -}}
|
||||||
|
{{- if semverCompare "<1.14-0" .Capabilities.KubeVersion.GitVersion -}}
|
||||||
|
{{- print "extensions/v1beta1" -}}
|
||||||
|
{{- else -}}
|
||||||
|
{{- print "apps/v1" -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{/*
|
||||||
|
Return the appropriate apiVersion for statefulset.
|
||||||
|
*/}}
|
||||||
|
{{- define "common.capabilities.statefulset.apiVersion" -}}
|
||||||
|
{{- if semverCompare "<1.14-0" .Capabilities.KubeVersion.GitVersion -}}
|
||||||
|
{{- print "apps/v1beta1" -}}
|
||||||
|
{{- else -}}
|
||||||
|
{{- print "apps/v1" -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{/*
|
||||||
|
Return the appropriate apiVersion for ingress.
|
||||||
|
*/}}
|
||||||
|
{{- define "common.capabilities.ingress.apiVersion" -}}
|
||||||
|
{{- if semverCompare "<1.14-0" .Capabilities.KubeVersion.GitVersion -}}
|
||||||
|
{{- print "extensions/v1beta1" -}}
|
||||||
|
{{- else -}}
|
||||||
|
{{- print "networking.k8s.io/v1beta1" -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- end -}}
|
||||||
9
charts/common/templates/lib/chart/_values.tpl
Normal file
9
charts/common/templates/lib/chart/_values.tpl
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{{- define "common.values.setup" -}}
|
||||||
|
{{- /* Merge the local chart values and the common chart defaults */ -}}
|
||||||
|
{{- if .Values.common -}}
|
||||||
|
{{- $defaultValues := deepCopy .Values.common -}}
|
||||||
|
{{- $userValues := deepCopy (omit .Values "common") -}}
|
||||||
|
{{- $mergedValues := mustMergeOverwrite $defaultValues $userValues -}}
|
||||||
|
{{- $_ := set . "Values" (deepCopy $mergedValues) -}}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
@@ -26,8 +26,8 @@
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
{{- range $index, $PVC := .Values.persistence }}
|
{{- range $index, $PVC := .Values.persistence }}
|
||||||
{{- if $PVC.enabled }}
|
{{- if $PVC.enabled }}
|
||||||
- mountPath: {{- $PVC.mountPath }}
|
- mountPath: {{ $PVC.mountPath }}
|
||||||
name: {{- $index }}
|
name: {{ $index }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.additionalVolumeMounts }}
|
{{- if .Values.additionalVolumeMounts }}
|
||||||
@@ -38,6 +38,6 @@
|
|||||||
|
|
||||||
{{- with .Values.resources }}
|
{{- with .Values.resources }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml . | nindent 12 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -2,32 +2,30 @@
|
|||||||
volumes included by the controller
|
volumes included by the controller
|
||||||
*/}}
|
*/}}
|
||||||
{{- define "common.controller.volumes" -}}
|
{{- define "common.controller.volumes" -}}
|
||||||
{{/* Store the context to refer in later scope */}}
|
{{- range $index, $persistence := .Values.persistence }}
|
||||||
{{- $context := . -}}
|
{{- if $persistence.enabled }}
|
||||||
{{/* Determine the PVC name */}}
|
|
||||||
{{- range $index, $PVC := .Values.persistence }}
|
|
||||||
{{- if $PVC.enabled }}
|
|
||||||
|
|
||||||
{{- $claimName := "" -}}
|
|
||||||
{{- if $PVC.existingClaim -}}
|
|
||||||
{{- $claimName = $PVC.existingClaim -}}
|
|
||||||
{{- else }}
|
|
||||||
{{- if $PVC.nameSuffix -}}
|
|
||||||
{{- $claimName = printf "%s-%s" (include "common.names.fullname" $context) $PVC.nameSuffix -}}
|
|
||||||
{{- else }}
|
|
||||||
{{- $claimName = printf "%s-%s" (include "common.names.fullname" $context) $index -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
- name: {{ $index }}
|
- name: {{ $index }}
|
||||||
{{- if not $PVC.emptyDir }}
|
{{- if $persistence.existingClaim }}
|
||||||
|
{{- /* Always prefer an existingClaim if that is set */}}
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: {{ $claimName }}
|
claimName: {{ $persistence.existingClaim }}
|
||||||
{{- else }}
|
{{- else -}}
|
||||||
|
{{- if $persistence.emptyDir -}}
|
||||||
|
{{- /* Always prefer an emptyDir next if that is set */}}
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
{{- else -}}
|
||||||
|
{{- /* Otherwise refer to the PVC name */}}
|
||||||
|
persistentVolumeClaim:
|
||||||
|
{{- if $persistence.nameSuffix }}
|
||||||
|
claimName: {{ printf "%s-%s" (include "common.names.fullname" $) $persistence.nameSuffix }}
|
||||||
|
{{- else }}
|
||||||
|
claimName: {{ printf "%s-%s" (include "common.names.fullname" $) $index }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.additionalVolumes }}
|
{{- if .Values.additionalVolumes }}
|
||||||
{{- toYaml .Values.additionalVolumes | nindent 0 }}
|
{{- toYaml .Values.additionalVolumes | nindent 0 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end -}}
|
||||||
|
|||||||
@@ -1,5 +1,18 @@
|
|||||||
# type: options are statefulset or deployment
|
# type: options are statefulset or deployment
|
||||||
controllerType: deployment
|
controllerType: deployment
|
||||||
|
# Set annotations on the deployment/statefulset
|
||||||
|
controllerAnnotations: {}
|
||||||
|
# Set labels on the deployment/statefulset
|
||||||
|
controllerLabels: {}
|
||||||
|
|
||||||
|
replicas: 1
|
||||||
|
strategy:
|
||||||
|
## For Deployments, valid values are Recreate and RollingUpdate
|
||||||
|
## For StatefulSets, valid values are OnDelete and RollingUpdate
|
||||||
|
type: RollingUpdate
|
||||||
|
|
||||||
|
# Set annotations on the pod
|
||||||
|
podAnnotations: {}
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
|
|
||||||
@@ -26,9 +39,11 @@ probes:
|
|||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
enabled: true
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
# Specify the default port information
|
||||||
port:
|
port:
|
||||||
portNumber: ""
|
port:
|
||||||
name: http
|
name: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: http
|
targetPort: http
|
||||||
@@ -45,8 +60,23 @@ service:
|
|||||||
annotations: {}
|
annotations: {}
|
||||||
labels: {}
|
labels: {}
|
||||||
|
|
||||||
|
additionalServices: []
|
||||||
|
# - enabled: false
|
||||||
|
# nameSuffix: api
|
||||||
|
# type: ClusterIP
|
||||||
|
# # Specify the default port information
|
||||||
|
# port:
|
||||||
|
# port: ""
|
||||||
|
# name: http
|
||||||
|
# protocol: TCP
|
||||||
|
# targetPort: http
|
||||||
|
# # nodePort:
|
||||||
|
# additionalPorts: []
|
||||||
|
# annotations: {}
|
||||||
|
# labels: {}
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: false
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# kubernetes.io/ingress.class: nginx
|
# kubernetes.io/ingress.class: nginx
|
||||||
# kubernetes.io/tls-acme: "true"
|
# kubernetes.io/tls-acme: "true"
|
||||||
@@ -72,8 +102,8 @@ ingress:
|
|||||||
# - host: chart-example.local
|
# - host: chart-example.local
|
||||||
# paths:
|
# paths:
|
||||||
# - path: /api
|
# - path: /api
|
||||||
# # Ignored if not kubeVersion >= 1.14-0
|
# # Ignored if not kubeVersion >= 1.14-0
|
||||||
# pathType: Prefix
|
# pathType: Prefix
|
||||||
# tls: []
|
# tls: []
|
||||||
# # - secretName: chart-example-tls
|
# # - secretName: chart-example-tls
|
||||||
# # hosts:
|
# # hosts:
|
||||||
@@ -81,7 +111,7 @@ ingress:
|
|||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: false
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
## configuration data Persistent Volume Storage Class
|
## configuration data Persistent Volume Storage Class
|
||||||
## If defined, storageClassName: <storageClass>
|
## If defined, storageClassName: <storageClass>
|
||||||
@@ -111,6 +141,12 @@ additionalVolumes: []
|
|||||||
|
|
||||||
additionalVolumeMounts: []
|
additionalVolumeMounts: []
|
||||||
|
|
||||||
|
nodeSelector: {}
|
||||||
|
|
||||||
|
affinity: {}
|
||||||
|
|
||||||
|
tolerations: []
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
vpn:
|
vpn:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -130,14 +166,21 @@ addons:
|
|||||||
# under the VPN_AUTH key
|
# under the VPN_AUTH key
|
||||||
authSecret: # my-vpn-secret
|
authSecret: # my-vpn-secret
|
||||||
|
|
||||||
# OpenVPN specific configuration
|
# WireGuard specific configuration
|
||||||
wireguard:
|
wireguard:
|
||||||
image:
|
image:
|
||||||
repository: linuxserver/wireguard
|
repository: k8sathome/wireguard
|
||||||
tag: version-v1.0.20200827
|
tag: 1.0.20200827
|
||||||
|
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
# Set the VPN container securityContext
|
||||||
|
securityContext:
|
||||||
|
capabilities:
|
||||||
|
add:
|
||||||
|
- NET_ADMIN
|
||||||
|
- SYS_MODULE
|
||||||
|
|
||||||
# All variables specified here will be added to the vpn sidecar container
|
# All variables specified here will be added to the vpn sidecar container
|
||||||
# See the documentation of the VPN image for all config values
|
# See the documentation of the VPN image for all config values
|
||||||
env: {}
|
env: {}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 3.1.0
|
appVersion: 3.1.0
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
name: homebridge
|
name: homebridge
|
||||||
description: A lightweight NodeJS server that emulates the iOS HomeKit API
|
description: A lightweight NodeJS server that emulates the iOS HomeKit API
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ metadata:
|
|||||||
{{- include "homebridge.labels" . | nindent 4 }}
|
{{- include "homebridge.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
replicas: {{ .Values.replicaCount }}
|
replicas: {{ .Values.replicaCount }}
|
||||||
|
strategy:
|
||||||
|
type: {{ .Values.strategyType }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "homebridge.selectorLabels" . | nindent 6 }}
|
{{- include "homebridge.selectorLabels" . | nindent 6 }}
|
||||||
|
|||||||
@@ -12,6 +12,9 @@ imagePullSecrets: []
|
|||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
fullnameOverride: ""
|
fullnameOverride: ""
|
||||||
|
|
||||||
|
# upgrade strategy type (e.g. Recreate or RollingUpdate)
|
||||||
|
strategyType: Recreate
|
||||||
|
|
||||||
timezone: "UTC"
|
timezone: "UTC"
|
||||||
puid: 1000
|
puid: 1000
|
||||||
pgid: 1000
|
pgid: 1000
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v0.16.1045
|
appVersion: v0.16.2106
|
||||||
description: API Support for your favorite torrent trackers
|
description: API Support for your favorite torrent trackers
|
||||||
name: jackett
|
name: jackett
|
||||||
version: 4.0.1
|
version: 5.4.0
|
||||||
keywords:
|
keywords:
|
||||||
- jackett
|
- jackett
|
||||||
- torrent
|
- torrent
|
||||||
@@ -15,7 +15,6 @@ maintainers:
|
|||||||
- name: billimek
|
- name: billimek
|
||||||
email: jeff@billimek.com
|
email: jeff@billimek.com
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: media-common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: ^1.0.0
|
version: ^1.5.0
|
||||||
alias: jackett
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Jackett
|
# Jackett
|
||||||
|
|
||||||
This is a helm chart for [Jackett](https://github.com/Jackett/Jackett) leveraging the [Linuxserver.io image](https://hub.docker.com/r/linuxserver/jackett/)
|
This is a helm chart for [Jackett](https://github.com/Jackett/Jackett).
|
||||||
|
|
||||||
## TL;DR;
|
## TL;DR;
|
||||||
|
|
||||||
@@ -28,13 +28,14 @@ helm delete my-release --purge
|
|||||||
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
Read through the media-common [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/media-common/values.yaml)
|
Read through the charts [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/jackett/values.yaml)
|
||||||
file. It has several commented out suggested values.
|
file. It has several commented out suggested values.
|
||||||
|
Additionally you can take a look at the common library [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/common/values.yaml) for more (advanced) configuration options.
|
||||||
|
|
||||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||||
```console
|
```console
|
||||||
helm install jackett \
|
helm install jackett \
|
||||||
--set jackett.env.TZ="America/New York" \
|
--set env.TZ="America/New York" \
|
||||||
k8s-at-home/jackett
|
k8s-at-home/jackett
|
||||||
```
|
```
|
||||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the
|
||||||
@@ -43,11 +44,9 @@ chart. For example,
|
|||||||
helm install jackett k8s-at-home/jackett --values values.yaml
|
helm install jackett k8s-at-home/jackett --values values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
These values will be nested as it is a dependency, for example
|
|
||||||
```yaml
|
```yaml
|
||||||
jackett:
|
image:
|
||||||
image:
|
tag: ...
|
||||||
tag: ...
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -59,4 +58,19 @@ Error: rendered manifests contain a resource that already exists. Unable to cont
|
|||||||
```
|
```
|
||||||
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Upgrading an existing Release to a new major version
|
||||||
|
|
||||||
|
A major chart version change (like 4.0.1 -> 5.0.0) indicates that there is an incompatible breaking change potentially needing manual actions.
|
||||||
|
|
||||||
|
### Upgrading from 4.x.x to 5.x.x
|
||||||
|
|
||||||
|
Due to migrating to a centralized common library some values in `values.yaml` have changed.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
* `service.port` has been moved to `service.port.port`.
|
||||||
|
* `persistence.type` has been moved to `controllerType`.
|
||||||
|
|
||||||
|
Refer to the library values.yaml for more configuration options.
|
||||||
|
|||||||
@@ -1,10 +1,2 @@
|
|||||||
jackett:
|
ingress:
|
||||||
image:
|
enabled: true
|
||||||
organization: linuxserver
|
|
||||||
repository: jackett
|
|
||||||
tag: v0.16.1045-ls14
|
|
||||||
service:
|
|
||||||
type: ClusterIP
|
|
||||||
port: 9117
|
|
||||||
ingress:
|
|
||||||
enabled: false
|
|
||||||
|
|||||||
@@ -1,20 +1 @@
|
|||||||
{{- $svcPort := .Values.jackett.service.port -}}
|
{{- include "common.notes.defaultNotes" . -}}
|
||||||
1. Get the application URL by running these commands:
|
|
||||||
{{- if .Values.jackett.ingress.enabled }}
|
|
||||||
{{- range .Values.jackett.ingress.hosts }}
|
|
||||||
http{{ if $.Values.jackett.ingress.tls }}s{{ end }}://{{ . }}{{ $.Values.jackett.ingress.path }}
|
|
||||||
{{- end }}
|
|
||||||
{{- else if contains "NodePort" .Values.jackett.service.type }}
|
|
||||||
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "media-common.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.jackett.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 svc -w {{ include "media-common.fullname" . }}'
|
|
||||||
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "media-common.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
|
|
||||||
echo http://$SERVICE_IP:{{ $svcPort }}
|
|
||||||
{{- else if contains "ClusterIP" .Values.jackett.service.type }}
|
|
||||||
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "media-common.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
|
|
||||||
echo "Visit http://127.0.0.1:8080 to use your application"
|
|
||||||
kubectl port-forward $POD_NAME 8080:{{ $svcPort }}
|
|
||||||
{{- end }}
|
|
||||||
|
|||||||
1
charts/jackett/templates/common.yaml
Normal file
1
charts/jackett/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{ include "common.all" . }}
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
{{- if and .Values.jackett.persistence.torrentblackhole.enabled (not .Values.jackett.persistence.torrentblackhole.existingClaim) }}
|
|
||||||
---
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: {{ template "media-common.fullname" . }}-downloads
|
|
||||||
{{- if .Values.jackett.persistence.torrentblackhole.skipuninstall }}
|
|
||||||
annotations:
|
|
||||||
"helm.sh/resource-policy": keep
|
|
||||||
{{- end }}
|
|
||||||
labels:
|
|
||||||
{{- include "media-common.labels" . | nindent 4 }}
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- {{ .Values.jackett.persistence.torrentblackhole.accessMode | quote }}
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: {{ .Values.jackett.persistence.torrentblackhole.size | quote }}
|
|
||||||
{{- if .Values.jackett.persistence.torrentblackhole.storageClass }}
|
|
||||||
storageClassName: {{ if (eq "-" .Values.jackett.persistence.torrentblackhole.storageClass) }}""{{- else }}{{ .Values.jackett.persistence.torrentblackhole.storageClass | quote}}{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@@ -1,43 +1,40 @@
|
|||||||
# Default values for Jackett.
|
# Default values for Jackett.
|
||||||
|
|
||||||
jackett:
|
image:
|
||||||
image:
|
repository: linuxserver/jackett
|
||||||
organization: linuxserver
|
pullPolicy: IfNotPresent
|
||||||
repository: jackett
|
tag: version-v0.16.2106
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
tag: v0.16.1045-ls14
|
|
||||||
|
|
||||||
service:
|
strategy:
|
||||||
|
type: Recreate
|
||||||
|
|
||||||
|
service:
|
||||||
|
port:
|
||||||
port: 9117
|
port: 9117
|
||||||
|
|
||||||
env: {}
|
env: {}
|
||||||
# TZ: UTC
|
# TZ: UTC
|
||||||
# PUID: 1001
|
# PUID: 1001
|
||||||
# PGID: 1001
|
# PGID: 1001
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
torrentblackhole:
|
config:
|
||||||
enabled: false
|
enabled: false
|
||||||
## Jackett torrent torrentblackhole Persistent Volume Storage Class
|
emptyDir: false
|
||||||
## If defined, storageClassName: <storageClass>
|
|
||||||
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
|
||||||
## If undefined (the default) or set to null, no storageClassName spec is
|
|
||||||
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
|
||||||
## GKE, AWS & OpenStack)
|
|
||||||
# storageClass: "-"
|
|
||||||
# accessMode: ReadWriteOnce
|
|
||||||
# size: 1Gi
|
|
||||||
## Do not delete the pvc upon helm uninstall
|
|
||||||
# skipuninstall: false
|
|
||||||
# existingClaim: ""
|
|
||||||
|
|
||||||
additionalVolumes:
|
torrentblackhole:
|
||||||
- name: torrentblackhole
|
enabled: false
|
||||||
emptyDir: {}
|
emptyDir: false
|
||||||
## When using persistence.torrentblackhole.enabled: true, adjust this to:
|
mountPath: /downloads
|
||||||
# persistentVolumeClaim:
|
## Persistent Volume Storage Class
|
||||||
# claimName: jackett-torrentblackhole
|
## If defined, storageClassName: <storageClass>
|
||||||
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
||||||
additionalVolumeMounts:
|
## If undefined (the default) or set to null, no storageClassName spec is
|
||||||
- name: torrentblackhole
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
||||||
mountPath: /downloads
|
## GKE, AWS & OpenStack)
|
||||||
|
# storageClass: "-"
|
||||||
|
# accessMode: ReadWriteOnce
|
||||||
|
# size: 1Gi
|
||||||
|
## Do not delete the pvc upon helm uninstall
|
||||||
|
# skipuninstall: false
|
||||||
|
# existingClaim: ""
|
||||||
|
|||||||
@@ -1,31 +1,21 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: lidarr
|
appVersion: 0.8.0.1886
|
||||||
description: Looks and smells like Sonarr but made for music
|
description: Looks and smells like Sonarr but made for music
|
||||||
type: application
|
name: lidarr
|
||||||
version: 4.0.2
|
version: 5.4.0
|
||||||
appVersion: 0.7.1.1785-ls18
|
|
||||||
keywords:
|
keywords:
|
||||||
- lidarr
|
- lidarr
|
||||||
|
- torrent
|
||||||
|
- usenet
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/lidarr
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/lidarr
|
||||||
icon: https://github.com/lidarr/Lidarr/blob/develop/Logo/512.png?raw=true
|
icon: https://github.com/lidarr/Lidarr/blob/develop/Logo/512.png?raw=true
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/Lidarr/Lidarr
|
- https://github.com/Lidarr/Lidarr
|
||||||
- https://hub.docker.com/r/linuxserver/lidarr
|
- https://hub.docker.com/r/linuxserver/lidarr
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: DirtyCajunRice
|
- name: billimek
|
||||||
email: nick@cajun.pro
|
email: jeff@billimek.com
|
||||||
url: https://github.com/dirtycajunrice
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: media-common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: ^1.0.0
|
version: ^1.5.0
|
||||||
alias: lidarr
|
|
||||||
annotations:
|
|
||||||
artifacthub.io/links: |
|
|
||||||
- name: App Source
|
|
||||||
url: https://github.com/Lidarr/Lidarr
|
|
||||||
- name: Default Docker Image
|
|
||||||
url: https://hub.docker.com/r/linuxserver/lidarr
|
|
||||||
artifacthub.io/maintainers: |
|
|
||||||
- name: Nicholas St. Germain
|
|
||||||
email: nick@cajun.pro
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
approvers:
|
approvers:
|
||||||
- DirtyCajunRice
|
- billimek
|
||||||
reviewers:
|
reviewers:
|
||||||
- DirtyCajunRice
|
- billimek
|
||||||
|
|||||||
@@ -1,52 +1,36 @@
|
|||||||
# Lidarr | Looks and smells like Sonarr but made for music
|
# Lidarr
|
||||||
Umbrella chart that
|
|
||||||
* Uses [media-common](https://github.com/k8s-at-home/charts/tree/master/charts/media-common) as a base
|
|
||||||
* Adds docker image information leveraging the [Linuxserver.io image](https://hub.docker.com/r/linuxserver/lidarr/)
|
|
||||||
* Deploys [Lidarr](https://github.com/lidarr/Lidarr)
|
|
||||||
|
|
||||||
## TL;DR
|
This is a helm chart for [Lidarr](https://github.com/lidarr/Lidarr).
|
||||||
```console
|
|
||||||
|
## TL;DR;
|
||||||
|
|
||||||
|
```shell
|
||||||
$ helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
$ helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
||||||
$ helm install k8s-at-home/lidarr
|
$ helm install k8s-at-home/lidarr
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
To install the chart with the release name `lidarr`:
|
|
||||||
|
To install the chart with the release name `my-release`:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm install lidarr k8s-at-home/lidarr
|
helm install --name my-release k8s-at-home/lidarr
|
||||||
```
|
```
|
||||||
|
|
||||||
## Upgrading
|
|
||||||
Chart versions before 4.0.0 did not use media-common. Upgrading will require you to nest your values.yaml file under
|
|
||||||
a top-level `lidarr:` key.
|
|
||||||
|
|
||||||
Chart versions 1.0.1 and earlier used separate PVCs for Downloads and Music. This presented an issue where Lidarr would
|
|
||||||
be unable to hard-link files between the /downloads and /music directories when importing media. This is caused because
|
|
||||||
each PVC exposed to the pod as a separate filesystem. It resulted in Lidarr copying files rather than linking;
|
|
||||||
using additional storage without the user's knowledge.
|
|
||||||
|
|
||||||
This chart now uses a single PVC for Downloads and Music. This means all of your media (and downloads) must be in, or
|
|
||||||
be subdirectories of, a single directory. If upgrading from an earlier version of the chart, do the following:
|
|
||||||
|
|
||||||
1. [Uninstall](#uninstalling-the-chart) your current release
|
|
||||||
2. On your backing store, organize your media, ie. media/music, media/downloads
|
|
||||||
3. If using a pre-existing PVC, create a single new PVC for all of your media
|
|
||||||
4. Refer to the [configuration](#configuration) for updates to the chart values
|
|
||||||
5. Re-install the chart
|
|
||||||
6. Update your settings in the app to point to the new PVC, which is mounted at /media. This can be done using Lidarr's
|
|
||||||
`Mass Editor` under the `Library` tab. Simply select all artists in your library, and use the editor to change the
|
|
||||||
`Root Folder` and hit save.
|
|
||||||
|
|
||||||
## Uninstalling the Chart
|
## Uninstalling the Chart
|
||||||
To uninstall the `lidarr` deployment:
|
|
||||||
|
To uninstall/delete the `my-release` deployment:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm uninstall lidarr
|
helm delete my-release --purge
|
||||||
```
|
```
|
||||||
|
|
||||||
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
Read through the media-common [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/media-common/values.yaml)
|
Read through the charts [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/lidarr/values.yaml)
|
||||||
file. It has several commented out suggested values.
|
file. It has several commented out suggested values.
|
||||||
|
Additionally you can take a look at the common library [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/common/values.yaml) for more (advanced) configuration options.
|
||||||
|
|
||||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||||
```console
|
```console
|
||||||
@@ -60,11 +44,9 @@ chart. For example,
|
|||||||
helm install lidarr k8s-at-home/lidarr --values values.yaml
|
helm install lidarr k8s-at-home/lidarr --values values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
These values will be nested as it is a dependency, for example
|
|
||||||
```yaml
|
```yaml
|
||||||
lidarr:
|
image:
|
||||||
image:
|
tag: ...
|
||||||
tag: ...
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -74,6 +56,21 @@ If you get
|
|||||||
```console
|
```console
|
||||||
Error: rendered manifests contain a resource that already exists. Unable to continue with install: existing resource conflict: ...`
|
Error: rendered manifests contain a resource that already exists. Unable to continue with install: existing resource conflict: ...`
|
||||||
```
|
```
|
||||||
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use`existingClaim`.
|
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Upgrading an existing Release to a new major version
|
||||||
|
|
||||||
|
A major chart version change (like 4.0.1 -> 5.0.0) indicates that there is an incompatible breaking change potentially needing manual actions.
|
||||||
|
|
||||||
|
### Upgrading from 4.x.x to 5.x.x
|
||||||
|
|
||||||
|
Due to migrating to a centralized common library some values in `values.yaml` have changed.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
* `service.port` has been moved to `service.port.port`.
|
||||||
|
* `persistence.type` has been moved to `controllerType`.
|
||||||
|
|
||||||
|
Refer to the library values.yaml for more configuration options.
|
||||||
|
|||||||
2
charts/lidarr/ci/ct-values.yaml
Normal file
2
charts/lidarr/ci/ct-values.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
1
charts/lidarr/templates/NOTES.txt
Normal file
1
charts/lidarr/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{- include "common.notes.defaultNotes" . -}}
|
||||||
1
charts/lidarr/templates/common.yaml
Normal file
1
charts/lidarr/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{ include "common.all" . }}
|
||||||
@@ -1,10 +1,40 @@
|
|||||||
# Default values for lidarr.
|
# Default values for Lidarr.
|
||||||
|
|
||||||
lidarr:
|
image:
|
||||||
image:
|
repository: linuxserver/lidarr
|
||||||
organization: linuxserver
|
pullPolicy: IfNotPresent
|
||||||
repository: lidarr
|
tag: version-0.8.0.1886
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
tag: 0.7.1.1785-ls18
|
strategy:
|
||||||
service:
|
type: Recreate
|
||||||
|
|
||||||
|
service:
|
||||||
|
port:
|
||||||
port: 8686
|
port: 8686
|
||||||
|
|
||||||
|
env: {}
|
||||||
|
# TZ: UTC
|
||||||
|
# PUID: 1001
|
||||||
|
# PGID: 1001
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: false
|
||||||
|
emptyDir: false
|
||||||
|
|
||||||
|
media:
|
||||||
|
enabled: false
|
||||||
|
emptyDir: false
|
||||||
|
mountPath: /media
|
||||||
|
## Persistent Volume Storage Class
|
||||||
|
## If defined, storageClassName: <storageClass>
|
||||||
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
||||||
|
## If undefined (the default) or set to null, no storageClassName spec is
|
||||||
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
||||||
|
## GKE, AWS & OpenStack)
|
||||||
|
# storageClass: "-"
|
||||||
|
# accessMode: ReadWriteOnce
|
||||||
|
# size: 1Gi
|
||||||
|
## Do not delete the pvc upon helm uninstall
|
||||||
|
# skipuninstall: false
|
||||||
|
# existingClaim: ""
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
appVersion: "1.6.12"
|
appVersion: "1.6.12"
|
||||||
description: Eclipse Mosquitto - An open source MQTT broker
|
description: Eclipse Mosquitto - An open source MQTT broker
|
||||||
name: mosquitto
|
name: mosquitto
|
||||||
version: 0.4.0
|
version: 0.5.0
|
||||||
keywords:
|
keywords:
|
||||||
- message queue
|
- message queue
|
||||||
- MQTT
|
- MQTT
|
||||||
|
|||||||
3
charts/mosquitto/ci/sidecar-values.yaml
Normal file
3
charts/mosquitto/ci/sidecar-values.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
monitoring:
|
||||||
|
sidecar:
|
||||||
|
enabled: true
|
||||||
40
charts/mosquitto/templates/podmonitor.yaml
Normal file
40
charts/mosquitto/templates/podmonitor.yaml
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
{{- if .Values.monitoring.podMonitor.enabled }}
|
||||||
|
apiVersion: monitoring.coreos.com/v1
|
||||||
|
kind: PodMonitor
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
{{ include "mosquitto.labels" . | indent 4 }}
|
||||||
|
{{- if .Values.monitoring.podMonitor.labels }}
|
||||||
|
{{ toYaml .Values.monitoring.podMonitor.labels }}
|
||||||
|
{{- end }}
|
||||||
|
name: {{ template "mosquitto.fullname" . }}-prometheus-exporter
|
||||||
|
{{- if .Values.monitoring.podMonitor.namespace }}
|
||||||
|
namespace: {{ .Values.monitoring.podMonitor.namespace }}
|
||||||
|
{{- end }}
|
||||||
|
spec:
|
||||||
|
podMetricsEndpoints:
|
||||||
|
- port: prometheus
|
||||||
|
path: /metrics
|
||||||
|
{{- if .Values.monitoring.podMonitor.interval }}
|
||||||
|
interval: {{ .Values.monitoring.podMonitor.interval }}
|
||||||
|
{{- end }}
|
||||||
|
{{- if .Values.monitoring.podMonitor.bearerTokenFile }}
|
||||||
|
bearerTokenFile: {{ .Values.monitoring.podMonitor.bearerTokenFile }}
|
||||||
|
{{- end }}
|
||||||
|
{{- if .Values.monitoring.podMonitor.bearerTokenSecret }}
|
||||||
|
bearerTokenSecret:
|
||||||
|
name: {{ .Values.monitoring.podMonitor.bearerTokenSecret.name }}
|
||||||
|
key: {{ .Values.monitoring.podMonitor.bearerTokenSecret.key }}
|
||||||
|
{{- if .Values.monitoring.podMonitor.bearerTokenSecret.optional }}
|
||||||
|
optional: {{ .Values.monitoring.podMonitor.bearerTokenSecret.optional }}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
jobLabel: {{ template "mosquitto.fullname" . }}-prometheus-exporter
|
||||||
|
namespaceSelector:
|
||||||
|
matchNames:
|
||||||
|
- {{ .Release.Namespace }}
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app.kubernetes.io/name: {{ include "mosquitto.name" . }}
|
||||||
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
{{- end }}
|
||||||
@@ -25,6 +25,12 @@ spec:
|
|||||||
targetPort: websocket
|
targetPort: websocket
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: websocket
|
name: websocket
|
||||||
|
{{- if .Values.monitoring.sidecar.enabled }}
|
||||||
|
- port: {{ .Values.monitoring.sidecar.port }}
|
||||||
|
targetPort: prometheus
|
||||||
|
protocol: TCP
|
||||||
|
name: prometheus
|
||||||
|
{{- end }}
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: {{ include "mosquitto.name" . }}
|
app.kubernetes.io/name: {{ include "mosquitto.name" . }}
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
|||||||
@@ -25,6 +25,23 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||||
containers:
|
containers:
|
||||||
|
{{- if .Values.monitoring.sidecar.enabled }}
|
||||||
|
- name: exporter
|
||||||
|
image: "{{ .Values.monitoring.sidecar.image.repository }}:{{ .Values.monitoring.sidecar.image.tag }}"
|
||||||
|
imagePullPolicy: {{ .Values.monitoring.sidecar.image.pullPolicy }}
|
||||||
|
terminationMessagePath: /dev/termination-log
|
||||||
|
terminationMessagePolicy: File
|
||||||
|
args:
|
||||||
|
{{ toYaml .Values.monitoring.sidecar.args | indent 12 }}
|
||||||
|
env:
|
||||||
|
{{ toYaml .Values.monitoring.sidecar.envs | indent 12 }}
|
||||||
|
resources:
|
||||||
|
{{ toYaml .Values.monitoring.sidecar.resources | indent 12 }}
|
||||||
|
ports:
|
||||||
|
- containerPort: {{ .Values.monitoring.sidecar.port }}
|
||||||
|
name: prometheus
|
||||||
|
protocol: TCP
|
||||||
|
{{- end }}
|
||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
|
|||||||
@@ -86,3 +86,30 @@ extraVolumes: []
|
|||||||
extraVolumeMounts: []
|
extraVolumeMounts: []
|
||||||
# - name: example-name
|
# - name: example-name
|
||||||
# mountPath: /path/in/container
|
# mountPath: /path/in/container
|
||||||
|
|
||||||
|
monitoring:
|
||||||
|
podMonitor:
|
||||||
|
enabled: false
|
||||||
|
sidecar:
|
||||||
|
enabled: false
|
||||||
|
port: 9234
|
||||||
|
args:
|
||||||
|
- "--use-splitted-config"
|
||||||
|
envs:
|
||||||
|
- name: MQTT_CLIENT_ID
|
||||||
|
value: exporter
|
||||||
|
- name: BROKER_HOST
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: status.podIP
|
||||||
|
image:
|
||||||
|
repository: nolte/mosquitto-exporter
|
||||||
|
tag: v0.6.3
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 300m
|
||||||
|
memory: 128Mi
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 64Mi
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v21.0
|
appVersion: v21.0
|
||||||
description: NZBGet is a Usenet downloader client
|
description: NZBGet is a Usenet downloader client
|
||||||
name: nzbget
|
name: nzbget
|
||||||
version: 5.0.1
|
version: 6.4.0
|
||||||
keywords:
|
keywords:
|
||||||
- nzbget
|
- nzbget
|
||||||
- usenet
|
- usenet
|
||||||
@@ -15,7 +15,6 @@ maintainers:
|
|||||||
- name: billimek
|
- name: billimek
|
||||||
email: jeff@billimek.com
|
email: jeff@billimek.com
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: media-common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: ^1.0.0
|
version: ^1.5.0
|
||||||
alias: nzbget
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# NZBGet Usenet client
|
# NZBGet
|
||||||
|
|
||||||
This is a helm chart for [NZBGet](https://nzbget.net/) leveraging the [Linuxserver.io image](https://hub.docker.com/r/linuxserver/nzbget/)
|
This is a helm chart for [NZBGet](https://nzbget.net/).
|
||||||
|
|
||||||
## TL;DR;
|
## TL;DR;
|
||||||
|
|
||||||
@@ -33,13 +33,14 @@ helm delete my-release --purge
|
|||||||
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
Read through the media-common [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/media-common/values.yaml)
|
Read through the charts [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/nzbget/values.yaml)
|
||||||
file. It has several commented out suggested values.
|
file. It has several commented out suggested values.
|
||||||
|
Additionally you can take a look at the common library [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/common/values.yaml) for more (advanced) configuration options.
|
||||||
|
|
||||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||||
```console
|
```console
|
||||||
helm install nzbget \
|
helm install nzbget \
|
||||||
--set radarr.env.TZ="America/New York" \
|
--set env.TZ="America/New York" \
|
||||||
k8s-at-home/nzbget
|
k8s-at-home/nzbget
|
||||||
```
|
```
|
||||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the
|
||||||
@@ -50,9 +51,8 @@ helm install radarr k8s-at-home/nzbget --values values.yaml
|
|||||||
|
|
||||||
These values will be nested as it is a dependency, for example
|
These values will be nested as it is a dependency, for example
|
||||||
```yaml
|
```yaml
|
||||||
nzbget:
|
image:
|
||||||
image:
|
tag: ...
|
||||||
tag: ...
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -65,3 +65,18 @@ Error: rendered manifests contain a resource that already exists. Unable to cont
|
|||||||
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Upgrading an existing Release to a new major version
|
||||||
|
|
||||||
|
A major chart version change (like 4.0.1 -> 5.0.0) indicates that there is an incompatible breaking change potentially needing manual actions.
|
||||||
|
|
||||||
|
### Upgrading from 5.x.x to 6.x.x
|
||||||
|
|
||||||
|
Due to migrating to a centralized common library some values in `values.yaml` have changed.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
* `service.port` has been moved to `service.port.port`.
|
||||||
|
* `persistence.type` has been moved to `controllerType`.
|
||||||
|
|
||||||
|
Refer to the library values.yaml for more configuration options.
|
||||||
|
|||||||
@@ -1,10 +1,2 @@
|
|||||||
nzbget:
|
ingress:
|
||||||
image:
|
enabled: true
|
||||||
organization: linuxserver
|
|
||||||
repository: nzbget
|
|
||||||
tag: latest
|
|
||||||
service:
|
|
||||||
type: ClusterIP
|
|
||||||
port: 6789
|
|
||||||
ingress:
|
|
||||||
enabled: false
|
|
||||||
|
|||||||
@@ -1,23 +1 @@
|
|||||||
{{- $svcPort := .Values.nzbget.service.port -}}
|
{{- include "common.notes.defaultNotes" . -}}
|
||||||
1. Get the application URL by running these commands:
|
|
||||||
{{- if .Values.nzbget.ingress.enabled }}
|
|
||||||
{{- range .Values.nzbget.ingress.hosts }}
|
|
||||||
http{{ if $.Values.nzbget.ingress.tls }}s{{ end }}://{{ . }}{{ $.Values.nzbget.ingress.path }}
|
|
||||||
{{- end }}
|
|
||||||
{{- else if contains "NodePort" .Values.nzbget.service.type }}
|
|
||||||
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "media-common.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.nzbget.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 svc -w {{ include "media-common.fullname" . }}'
|
|
||||||
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "media-common.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
|
|
||||||
echo http://$SERVICE_IP:{{ $svcPort }}
|
|
||||||
{{- else if contains "ClusterIP" .Values.nzbget.service.type }}
|
|
||||||
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "media-common.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
|
|
||||||
echo "Visit http://127.0.0.1:8080 to use your application"
|
|
||||||
kubectl port-forward $POD_NAME 8080:{{ $svcPort }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
The default login to the GUI is login:nzbget, password:tegbzn6789
|
|
||||||
You should change this as soon as possible!
|
|
||||||
|
|||||||
1
charts/nzbget/templates/common.yaml
Normal file
1
charts/nzbget/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{ include "common.all" . }}
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
{{- if and .Values.nzbget.persistence.downloads.enabled (not .Values.nzbget.persistence.downloads.existingClaim) }}
|
|
||||||
---
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: {{ template "media-common.fullname" . }}-downloads
|
|
||||||
{{- if .Values.nzbget.persistence.downloads.skipuninstall }}
|
|
||||||
annotations:
|
|
||||||
"helm.sh/resource-policy": keep
|
|
||||||
{{- end }}
|
|
||||||
labels:
|
|
||||||
{{- include "media-common.labels" . | nindent 4 }}
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- {{ .Values.nzbget.persistence.downloads.accessMode | quote }}
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: {{ .Values.nzbget.persistence.downloads.size | quote }}
|
|
||||||
{{- if .Values.nzbget.persistence.downloads.storageClass }}
|
|
||||||
storageClassName: {{ if (eq "-" .Values.nzbget.persistence.downloads.storageClass) }}""{{- else }}{{ .Values.nzbget.persistence.downloads.storageClass | quote}}{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@@ -1,40 +1,52 @@
|
|||||||
# Default values for nzbget.
|
# Default values for nzbget.
|
||||||
|
|
||||||
nzbget:
|
image:
|
||||||
image:
|
repository: linuxserver/nzbget
|
||||||
organization: linuxserver
|
pullPolicy: IfNotPresent
|
||||||
repository: nzbget
|
tag: version-v21.0
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
tag: v21.0-ls61
|
strategy:
|
||||||
service:
|
type: Recreate
|
||||||
|
|
||||||
|
service:
|
||||||
|
port:
|
||||||
port: 6789
|
port: 6789
|
||||||
|
|
||||||
# Configure the OpenVPN add-on
|
persistence:
|
||||||
openvpn:
|
config:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
emptyDir: false
|
||||||
|
|
||||||
persistence:
|
media:
|
||||||
downloads:
|
enabled: false
|
||||||
enabled: false
|
emptyDir: false
|
||||||
## nzbget downloads Persistent Volume Storage Class
|
mountPath: /media
|
||||||
## If defined, storageClassName: <storageClass>
|
## Persistent Volume Storage Class
|
||||||
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
## If defined, storageClassName: <storageClass>
|
||||||
## If undefined (the default) or set to null, no storageClassName spec is
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
||||||
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
## If undefined (the default) or set to null, no storageClassName spec is
|
||||||
## GKE, AWS & OpenStack)
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
||||||
# storageClass: "-"
|
## GKE, AWS & OpenStack)
|
||||||
# accessMode: ReadWriteOnce
|
# storageClass: "-"
|
||||||
# size: 1Gi
|
# accessMode: ReadWriteOnce
|
||||||
## Do not delete the pvc upon helm uninstall
|
# size: 1Gi
|
||||||
# skipuninstall: false
|
## Do not delete the pvc upon helm uninstall
|
||||||
|
# skipuninstall: false
|
||||||
|
# existingClaim: ""
|
||||||
|
|
||||||
additionalVolumes:
|
downloads:
|
||||||
- name: downloads
|
enabled: false
|
||||||
emptyDir: {}
|
emptyDir: false
|
||||||
## When using persistence.downloads.enabled: true, adjust this to:
|
mountPath: /downloads
|
||||||
# persistentVolumeClaim:
|
## Persistent Volume Storage Class
|
||||||
# claimName: nzbget-downloads
|
## If defined, storageClassName: <storageClass>
|
||||||
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
||||||
additionalVolumeMounts:
|
## If undefined (the default) or set to null, no storageClassName spec is
|
||||||
- name: downloads
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
||||||
mountPath: /downloads
|
## GKE, AWS & OpenStack)
|
||||||
|
# storageClass: "-"
|
||||||
|
# accessMode: ReadWriteOnce
|
||||||
|
# size: 1Gi
|
||||||
|
## Do not delete the pvc upon helm uninstall
|
||||||
|
# skipuninstall: false
|
||||||
|
# existingClaim: ""
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v2.26.0
|
appVersion: v3.4.3
|
||||||
description: Usenet meta search
|
description: Usenet meta search
|
||||||
name: nzbhydra2
|
name: nzbhydra2
|
||||||
version: 3.0.2
|
version: 4.4.0
|
||||||
keywords:
|
keywords:
|
||||||
- nzbhydra2
|
- nzbhydra2
|
||||||
- usenet
|
- usenet
|
||||||
@@ -14,3 +14,7 @@ sources:
|
|||||||
maintainers:
|
maintainers:
|
||||||
- name: billimek
|
- name: billimek
|
||||||
email: jeff@billimek.com
|
email: jeff@billimek.com
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://k8s-at-home.com/charts/
|
||||||
|
version: ^1.5.0
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
approvers:
|
approvers:
|
||||||
- billimek
|
- billimek
|
||||||
reviewers:
|
reviewers:
|
||||||
- billimek
|
- billimek
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# nzbhydra2
|
# Nzbhydra2
|
||||||
|
|
||||||
This is a helm chart for [nzbhydra2](https://github.com/theotherp/nzbhydra2) leveraging the [Linuxserver.io image](https://hub.docker.com/r/linuxserver/hydra2/)
|
This is a helm chart for [Nzbhydra2](https://github.com/theotherp/nzbhydra2).
|
||||||
|
|
||||||
## TL;DR;
|
## TL;DR;
|
||||||
|
|
||||||
@@ -28,70 +28,49 @@ helm delete my-release --purge
|
|||||||
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
Read through the charts [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/nzbhydra2/values.yaml)
|
||||||
The following tables lists the configurable parameters of the Sentry chart and their default values.
|
file. It has several commented out suggested values.
|
||||||
|
Additionally you can take a look at the common library [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/common/values.yaml) for more (advanced) configuration options.
|
||||||
| Parameter | Description | Default |
|
|
||||||
|----------------------------|-------------------------------------|---------------------------------------------------------|
|
|
||||||
| `image.repository` | Image repository | `linuxserver/hydra2` |
|
|
||||||
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/linuxserver/nzbhydra2/tags/).| `v2.22.2-ls9`|
|
|
||||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
|
||||||
| `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` |
|
|
||||||
| `timezone` | Timezone the nzbhydra2 instance should run as, e.g. 'America/New_York' | `UTC` |
|
|
||||||
| `puid` | process userID the nzbhydra2 instance should run as | `1001` |
|
|
||||||
| `pgid` | process groupID the nzbhydra2 instance should run as | `1001` |
|
|
||||||
| `probes.liveness.failureThreshold` | Specify liveness `failureThreshold` parameter for the deployment | `5` |
|
|
||||||
| `probes.liveness.periodSeconds` | Specify liveness `periodSeconds` parameter for the deployment | `10` |
|
|
||||||
| `probes.readiness.failureThreshold` | Specify readiness `failureThreshold` parameter for the deployment | `5` |
|
|
||||||
| `probes.readiness.periodSeconds` | Specify readiness `periodSeconds` parameter for the deployment | `10` |
|
|
||||||
| `probes.startup.initialDelaySeconds` | Specify startup `initialDelaySeconds` parameter for the deployment | `5` |
|
|
||||||
| `probes.startup.failureThreshold` | Specify startup `failureThreshold` parameter for the deployment | `30` |
|
|
||||||
| `probes.startup.periodSeconds` | Specify startup `periodSeconds` parameter for the deployment | `10` |
|
|
||||||
| `service.type` | Kubernetes service type for the nzbhydra2 GUI | `ClusterIP` |
|
|
||||||
| `service.port` | Kubernetes port where the nzbhydra2 GUI is exposed| `5076` |
|
|
||||||
| `service.annotations` | Service annotations for the nzbhydra2 GUI | `{}` |
|
|
||||||
| `service.labels` | Custom labels | `{}` |
|
|
||||||
| `service.loadBalancerIP` | Loadbalance IP for the nzbhydra2 GUI | `{}` |
|
|
||||||
| `service.loadBalancerSourceRanges` | List of IP CIDRs allowed access to load balancer (if supported) | None
|
|
||||||
| `ingress.enabled` | Enables Ingress | `false` |
|
|
||||||
| `ingress.annotations` | Ingress annotations | `{}` |
|
|
||||||
| `ingress.labels` | Custom labels | `{}`
|
|
||||||
| `ingress.path` | Ingress path | `/` |
|
|
||||||
| `ingress.hosts` | Ingress accepted hostnames | `chart-example.local` |
|
|
||||||
| `ingress.tls` | Ingress TLS configuration | `[]` |
|
|
||||||
| `persistence.config.enabled` | Use persistent volume to store configuration data | `true` |
|
|
||||||
| `persistence.config.size` | Size of persistent volume claim | `1Gi` |
|
|
||||||
| `persistence.config.existingClaim`| Use an existing PVC to persist data | `nil` |
|
|
||||||
| `persistence.config.subPath` | Mount a sub directory of the persistent volume if set | `""` |
|
|
||||||
| `persistence.config.storageClass` | Type of persistent volume claim | `-` |
|
|
||||||
| `persistence.config.accessMode` | Persistence access mode | `ReadWriteOnce` |
|
|
||||||
| `persistence.config.skipuninstall` | Do not delete the pvc upon helm uninstall | `false` |
|
|
||||||
| `resources` | CPU/Memory resource requests/limits | `{}` |
|
|
||||||
| `nodeSelector` | Node labels for pod assignment | `{}` |
|
|
||||||
| `tolerations` | Toleration labels for pod assignment | `[]` |
|
|
||||||
| `affinity` | Affinity settings for pod assignment | `{}` |
|
|
||||||
| `podAnnotations` | Key-value pairs to add as pod annotations | `{}` |
|
|
||||||
| `deploymentAnnotations` | Key-value pairs to add as deployment annotations | `{}` |
|
|
||||||
|
|
||||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm install --name my-release \
|
helm install nzbhydra2 \
|
||||||
--set timezone="America/New York" \
|
--set env.TZ="America/New York" \
|
||||||
k8s-at-home/nzbhydra2
|
k8s-at-home/nzbhydra2
|
||||||
```
|
```
|
||||||
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the
|
||||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
|
chart. For example,
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm install --name my-release -f values.yaml k8s-at-home/nzbhydra2
|
helm install nzbhydra2 k8s-at-home/nzbhydra2 --values values.yaml
|
||||||
|
```
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
image:
|
||||||
|
tag: ...
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
**NOTE**
|
**NOTE**
|
||||||
|
|
||||||
If you get `Error: rendered manifests contain a resource that already exists. Unable to continue with install: existing resource conflict: ...` it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
If you get
|
||||||
|
```console
|
||||||
|
Error: rendered manifests contain a resource that already exists. Unable to continue with install: existing resource conflict: ...`
|
||||||
|
```
|
||||||
|
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/nzbhydra2/values.yaml) file. It has several commented out suggested values.
|
## Upgrading an existing Release to a new major version
|
||||||
|
|
||||||
|
A major chart version change (like 4.0.1 -> 5.0.0) indicates that there is an incompatible breaking change potentially needing manual actions.
|
||||||
|
|
||||||
|
### Upgrading from 3.x.x to 4.x.x
|
||||||
|
|
||||||
|
Due to migrating to a centralized common library some values in `values.yaml` have changed.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
* `service.port` has been moved to `service.port.port`.
|
||||||
|
* `persistence.type` has been moved to `controllerType`.
|
||||||
|
|
||||||
|
Refer to the library values.yaml for more configuration options.
|
||||||
|
|||||||
2
charts/nzbhydra2/ci/ct-values.yaml
Normal file
2
charts/nzbhydra2/ci/ct-values.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
@@ -1,19 +1 @@
|
|||||||
1. Get the application URL by running these commands:
|
{{- include "common.notes.defaultNotes" . -}}
|
||||||
{{- if .Values.ingress.enabled }}
|
|
||||||
{{- range .Values.ingress.hosts }}
|
|
||||||
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ . }}{{ $.Values.ingress.path }}
|
|
||||||
{{- end }}
|
|
||||||
{{- else if contains "NodePort" .Values.service.type }}
|
|
||||||
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "nzbhydra2.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 svc -w {{ include "nzbhydra2.fullname" . }}'
|
|
||||||
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "nzbhydra2.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
|
|
||||||
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 "nzbhydra2.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
|
|
||||||
echo "Visit http://127.0.0.1:5076 to use your application"
|
|
||||||
kubectl port-forward $POD_NAME 5076:80
|
|
||||||
{{- end }}
|
|
||||||
|
|||||||
@@ -1,32 +0,0 @@
|
|||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Expand the name of the chart.
|
|
||||||
*/}}
|
|
||||||
{{- define "nzbhydra2.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 "nzbhydra2.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 "nzbhydra2.chart" -}}
|
|
||||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- end -}}
|
|
||||||
1
charts/nzbhydra2/templates/common.yaml
Normal file
1
charts/nzbhydra2/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{ include "common.all" . }}
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
{{- if and .Values.persistence.config.enabled (not .Values.persistence.config.existingClaim) }}
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: {{ template "nzbhydra2.fullname" . }}-config
|
|
||||||
{{- if .Values.persistence.config.skipuninstall }}
|
|
||||||
annotations:
|
|
||||||
"helm.sh/resource-policy": keep
|
|
||||||
{{- end }}
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: {{ include "nzbhydra2.name" . }}
|
|
||||||
helm.sh/chart: {{ include "nzbhydra2.chart" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- {{ .Values.persistence.config.accessMode | quote }}
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: {{ .Values.persistence.config.size | quote }}
|
|
||||||
{{- if .Values.persistence.config.storageClass }}
|
|
||||||
{{- if (eq "-" .Values.persistence.config.storageClass) }}
|
|
||||||
storageClassName: ""
|
|
||||||
{{- else }}
|
|
||||||
storageClassName: "{{ .Values.persistence.config.storageClass }}"
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@@ -1,95 +0,0 @@
|
|||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: {{ include "nzbhydra2.fullname" . }}
|
|
||||||
{{- if .Values.deploymentAnnotations }}
|
|
||||||
annotations:
|
|
||||||
{{- range $key, $value := .Values.deploymentAnnotations }}
|
|
||||||
{{ $key }}: {{ $value | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: {{ include "nzbhydra2.name" . }}
|
|
||||||
helm.sh/chart: {{ include "nzbhydra2.chart" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
|
||||||
spec:
|
|
||||||
replicas: 1
|
|
||||||
revisionHistoryLimit: 3
|
|
||||||
strategy:
|
|
||||||
type: {{ .Values.strategyType }}
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app.kubernetes.io/name: {{ include "nzbhydra2.name" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: {{ include "nzbhydra2.name" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
{{- if .Values.podAnnotations }}
|
|
||||||
annotations:
|
|
||||||
{{- range $key, $value := .Values.podAnnotations }}
|
|
||||||
{{ $key }}: {{ $value | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: {{ .Chart.Name }}
|
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
|
||||||
ports:
|
|
||||||
- name: http
|
|
||||||
containerPort: 5076
|
|
||||||
protocol: TCP
|
|
||||||
livenessProbe:
|
|
||||||
tcpSocket:
|
|
||||||
port: http
|
|
||||||
failureThreshold: {{ .Values.probes.liveness.failureThreshold }}
|
|
||||||
periodSeconds: {{ .Values.probes.liveness.periodSeconds }}
|
|
||||||
readinessProbe:
|
|
||||||
tcpSocket:
|
|
||||||
port: http
|
|
||||||
failureThreshold: {{ .Values.probes.readiness.failureThreshold }}
|
|
||||||
periodSeconds: {{ .Values.probes.readiness.periodSeconds }}
|
|
||||||
startupProbe:
|
|
||||||
tcpSocket:
|
|
||||||
port: http
|
|
||||||
initialDelaySeconds: {{ .Values.probes.startup.initialDelaySeconds }}
|
|
||||||
failureThreshold: {{ .Values.probes.startup.failureThreshold }}
|
|
||||||
periodSeconds: {{ .Values.probes.startup.periodSeconds }}
|
|
||||||
env:
|
|
||||||
- name: TZ
|
|
||||||
value: "{{ .Values.timezone }}"
|
|
||||||
- name: PUID
|
|
||||||
value: "{{ .Values.puid }}"
|
|
||||||
- name: PGID
|
|
||||||
value: "{{ .Values.pgid }}"
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /config
|
|
||||||
name: config
|
|
||||||
{{- if .Values.persistence.config.subPath }}
|
|
||||||
subPath: "{{ .Values.persistence.config.subPath }}"
|
|
||||||
{{- end }}
|
|
||||||
resources:
|
|
||||||
{{ toYaml .Values.resources | indent 12 }}
|
|
||||||
volumes:
|
|
||||||
- name: config
|
|
||||||
{{- if .Values.persistence.config.enabled }}
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: {{ if .Values.persistence.config.existingClaim }}{{ .Values.persistence.config.existingClaim }}{{- else }}{{ template "nzbhydra2.fullname" . }}-config{{- end }}
|
|
||||||
{{- else }}
|
|
||||||
emptyDir: {}
|
|
||||||
{{ end }}
|
|
||||||
{{- with .Values.nodeSelector }}
|
|
||||||
nodeSelector:
|
|
||||||
{{ toYaml . | indent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.affinity }}
|
|
||||||
affinity:
|
|
||||||
{{ toYaml . | indent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.tolerations }}
|
|
||||||
tolerations:
|
|
||||||
{{ toYaml . | indent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
{{- if .Values.ingress.enabled -}}
|
|
||||||
{{- $fullName := include "nzbhydra2.fullname" . -}}
|
|
||||||
{{- $ingressPath := .Values.ingress.path -}}
|
|
||||||
apiVersion: extensions/v1beta1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
name: {{ $fullName }}
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: {{ include "nzbhydra2.name" . }}
|
|
||||||
helm.sh/chart: {{ include "nzbhydra2.chart" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
|
||||||
{{- with .Values.ingress.labels -}}
|
|
||||||
{{ toYaml . | nindent 4 }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- with .Values.ingress.annotations }}
|
|
||||||
annotations:
|
|
||||||
{{ toYaml . | indent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
{{- if .Values.ingress.tls }}
|
|
||||||
tls:
|
|
||||||
{{- range .Values.ingress.tls }}
|
|
||||||
- hosts:
|
|
||||||
{{- range .hosts }}
|
|
||||||
- {{ . | quote }}
|
|
||||||
{{- end }}
|
|
||||||
secretName: {{ .secretName }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
rules:
|
|
||||||
{{- range .Values.ingress.hosts }}
|
|
||||||
- host: {{ . | quote }}
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: {{ $ingressPath }}
|
|
||||||
backend:
|
|
||||||
serviceName: {{ $fullName }}
|
|
||||||
servicePort: http
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
@@ -1,53 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: {{ template "nzbhydra2.fullname" . }}
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: {{ include "nzbhydra2.name" . }}
|
|
||||||
helm.sh/chart: {{ include "nzbhydra2.chart" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
|
||||||
{{- if .Values.service.labels }}
|
|
||||||
{{ toYaml .Values.service.labels | indent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.service.annotations }}
|
|
||||||
annotations:
|
|
||||||
{{ toYaml . | indent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
{{- if (or (eq .Values.service.type "ClusterIP") (empty .Values.service.type)) }}
|
|
||||||
type: ClusterIP
|
|
||||||
{{- if .Values.service.clusterIP }}
|
|
||||||
clusterIP: {{ .Values.service.clusterIP }}
|
|
||||||
{{end}}
|
|
||||||
{{- else if eq .Values.service.type "LoadBalancer" }}
|
|
||||||
type: {{ .Values.service.type }}
|
|
||||||
{{- if .Values.service.loadBalancerIP }}
|
|
||||||
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.service.loadBalancerSourceRanges }}
|
|
||||||
loadBalancerSourceRanges:
|
|
||||||
{{ toYaml .Values.service.loadBalancerSourceRanges | indent 4 }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- else }}
|
|
||||||
type: {{ .Values.service.type }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.service.externalIPs }}
|
|
||||||
externalIPs:
|
|
||||||
{{ toYaml .Values.service.externalIPs | indent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.service.externalTrafficPolicy }}
|
|
||||||
externalTrafficPolicy: {{ .Values.service.externalTrafficPolicy }}
|
|
||||||
{{- end }}
|
|
||||||
ports:
|
|
||||||
- name: http
|
|
||||||
port: {{ .Values.service.port }}
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: http
|
|
||||||
{{ if (and (eq .Values.service.type "NodePort") (not (empty .Values.service.nodePort))) }}
|
|
||||||
nodePort: {{.Values.service.nodePort}}
|
|
||||||
{{ end }}
|
|
||||||
selector:
|
|
||||||
app.kubernetes.io/name: {{ include "nzbhydra2.name" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
|
|
||||||
@@ -1,113 +1,23 @@
|
|||||||
# Default values for nzbhydra2.
|
# Default values for Jackett.
|
||||||
# This is a YAML-formatted file.
|
|
||||||
# Declare variables to be passed into your templates.
|
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: linuxserver/nzbhydra2
|
repository: linuxserver/nzbhydra2
|
||||||
tag: v2.26.0-ls14
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
tag: version-v3.4.3
|
||||||
|
|
||||||
# upgrade strategy type (e.g. Recreate or RollingUpdate)
|
strategy:
|
||||||
strategyType: Recreate
|
type: Recreate
|
||||||
|
|
||||||
# Probes configuration
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
failureThreshold: 5
|
|
||||||
periodSeconds: 10
|
|
||||||
readiness:
|
|
||||||
failureThreshold: 5
|
|
||||||
periodSeconds: 10
|
|
||||||
startup:
|
|
||||||
initialDelaySeconds: 5
|
|
||||||
failureThreshold: 30
|
|
||||||
periodSeconds: 10
|
|
||||||
|
|
||||||
nameOverride: ""
|
|
||||||
fullnameOverride: ""
|
|
||||||
|
|
||||||
timezone: UTC
|
|
||||||
puid: 1001
|
|
||||||
pgid: 1001
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
port:
|
||||||
port: 5076
|
port: 5076
|
||||||
## Specify the nodePort value for the LoadBalancer and NodePort service types.
|
|
||||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
|
|
||||||
##
|
|
||||||
# nodePort:
|
|
||||||
## Provide any additional annotations which may be required. This can be used to
|
|
||||||
## set the LoadBalancer service type to internal only.
|
|
||||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer
|
|
||||||
##
|
|
||||||
annotations: {}
|
|
||||||
labels: {}
|
|
||||||
## Use loadBalancerIP to request a specific static IP,
|
|
||||||
## otherwise leave blank
|
|
||||||
##
|
|
||||||
loadBalancerIP:
|
|
||||||
# loadBalancerSourceRanges: []
|
|
||||||
## Set the externalTrafficPolicy in the Service to either Cluster or Local
|
|
||||||
# externalTrafficPolicy: Cluster
|
|
||||||
|
|
||||||
ingress:
|
env: {}
|
||||||
enabled: false
|
# TZ: UTC
|
||||||
annotations: {}
|
# PUID: 1001
|
||||||
# kubernetes.io/ingress.class: nginx
|
# PGID: 1001
|
||||||
# kubernetes.io/tls-acme: "true"
|
|
||||||
labels: {}
|
|
||||||
path: /
|
|
||||||
hosts:
|
|
||||||
- chart-example.local
|
|
||||||
tls: []
|
|
||||||
# - secretName: chart-example-tls
|
|
||||||
# hosts:
|
|
||||||
# - chart-example.local
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: false
|
||||||
## nzbhydra2 configuration data Persistent Volume Storage Class
|
emptyDir: false
|
||||||
## If defined, storageClassName: <storageClass>
|
|
||||||
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
|
||||||
## If undefined (the default) or set to null, no storageClassName spec is
|
|
||||||
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
|
||||||
## GKE, AWS & OpenStack)
|
|
||||||
##
|
|
||||||
# storageClass: "-"
|
|
||||||
##
|
|
||||||
## If you want to reuse an existing claim, you can pass the name of the PVC using
|
|
||||||
## the existingClaim variable
|
|
||||||
# existingClaim: your-claim
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 1Gi
|
|
||||||
|
|
||||||
## If subPath is set mount a sub folder of a volume instead of the root of the volume.
|
|
||||||
## This is especially handy for volume plugins that don't natively support sub mounting (like glusterfs).
|
|
||||||
##
|
|
||||||
subPath: ""
|
|
||||||
## Do not delete the pvc upon helm uninstall
|
|
||||||
skipuninstall: false
|
|
||||||
|
|
||||||
resources: {}
|
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
||||||
# choice for the user. This also increases chances charts run on environments with little
|
|
||||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
||||||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
||||||
# limits:
|
|
||||||
# cpu: 100m
|
|
||||||
# memory: 128Mi
|
|
||||||
# requests:
|
|
||||||
# cpu: 100m
|
|
||||||
# memory: 128Mi
|
|
||||||
|
|
||||||
nodeSelector: {}
|
|
||||||
|
|
||||||
tolerations: []
|
|
||||||
|
|
||||||
affinity: {}
|
|
||||||
|
|
||||||
podAnnotations: {}
|
|
||||||
|
|
||||||
deploymentAnnotations: {}
|
|
||||||
|
|||||||
23
charts/ombi/.helmignore
Normal file
23
charts/ombi/.helmignore
Normal file
@@ -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
|
||||||
|
*~
|
||||||
|
# Various IDEs
|
||||||
|
.project
|
||||||
|
.idea/
|
||||||
|
*.tmproj
|
||||||
|
# OWNERS file for Kubernetes
|
||||||
|
OWNERS
|
||||||
@@ -1,31 +1,24 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: ombi
|
appVersion: 4.0.681
|
||||||
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
||||||
type: application
|
name: ombi
|
||||||
version: 4.0.2
|
version: 5.4.0
|
||||||
appVersion: 4.0.471
|
|
||||||
keywords:
|
keywords:
|
||||||
- ombi
|
- ombi
|
||||||
|
- plex
|
||||||
|
- emby
|
||||||
|
- sonarr
|
||||||
|
- radarr
|
||||||
|
- couchpotato
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/ombi
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/ombi
|
||||||
icon: https://github.com/tidusjar/Ombi/blob/feature/v4/src/Ombi/wwwroot/images/ms-icon-310x310.png?raw=true
|
icon: https://github.com/tidusjar/Ombi/blob/feature/v4/src/Ombi/wwwroot/images/ms-icon-310x310.png?raw=true
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/tidusjar/Ombi
|
- https://github.com/tidusjar/Ombi
|
||||||
- https://hub.docker.com/r/linuxserver/ombi
|
- https://hub.docker.com/r/linuxserver/ombi
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: DirtyCajunRice
|
- name: billimek
|
||||||
email: nick@cajun.pro
|
email: jeff@billimek.com
|
||||||
url: https://github.com/dirtycajunrice
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: media-common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: ^1.0.0
|
version: ^1.5.0
|
||||||
alias: ombi
|
|
||||||
annotations:
|
|
||||||
artifacthub.io/links: |
|
|
||||||
- name: App Source
|
|
||||||
url: https://github.com/tidusjar/Ombi
|
|
||||||
- name: Default Docker Image
|
|
||||||
url: https://hub.docker.com/r/linuxserver/ombi
|
|
||||||
artifacthub.io/maintainers: |
|
|
||||||
- name: Nicholas St. Germain
|
|
||||||
email: nick@cajun.pro
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
approvers:
|
approvers:
|
||||||
- DirtyCajunRice
|
- billimek
|
||||||
reviewers:
|
reviewers:
|
||||||
- DirtyCajunRice
|
- billimek
|
||||||
|
|||||||
@@ -1,70 +1,52 @@
|
|||||||
# Ombi | Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
# Ombi
|
||||||
Umbrella chart that
|
|
||||||
* Uses [media-common](https://github.com/k8s-at-home/charts/tree/master/charts/media-common) as a base
|
|
||||||
* Adds docker image information leveraging the [Linuxserver.io image](https://hub.docker.com/r/linuxserver/ombi/)
|
|
||||||
* Deploys [Ombi](https://github.com/tidusjar/Ombi)
|
|
||||||
|
|
||||||
## TL;DR
|
This is a helm chart for [Ombi](https://github.com/tidusjar/Ombi).
|
||||||
```console
|
|
||||||
|
## TL;DR;
|
||||||
|
|
||||||
|
```shell
|
||||||
$ helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
$ helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
||||||
$ helm install k8s-at-home/ombi
|
$ helm install k8s-at-home/ombi
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
To install the chart with the release name `ombi`:
|
|
||||||
|
To install the chart with the release name `my-release`:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm install ombi k8s-at-home/ombi
|
helm install --name my-release k8s-at-home/ombi
|
||||||
```
|
```
|
||||||
|
|
||||||
## Upgrading
|
|
||||||
Chart versions before 4.0.0 did not use media-common. Upgrading will require you to nest your values.yaml file under
|
|
||||||
a top-level `ombi:` key.
|
|
||||||
|
|
||||||
Chart versions 1.0.1 and earlier used separate PVCs for Downloads and Music. This presented an issue where Ombi would
|
|
||||||
be unable to hard-link files between the /downloads and /music directories when importing media. This is caused because
|
|
||||||
each PVC exposed to the pod as a separate filesystem. It resulted in Ombi copying files rather than linking; using
|
|
||||||
additional storage without the user's knowledge.
|
|
||||||
|
|
||||||
This chart now uses a single PVC for Downloads and Music. This means all of your media (and downloads) must be in, or
|
|
||||||
be subdirectories of, a single directory. If upgrading from an earlier version of the chart, do the following:
|
|
||||||
|
|
||||||
1. [Uninstall](#uninstalling-the-chart) your current release
|
|
||||||
2. On your backing store, organize your media, ie. media/music, media/downloads
|
|
||||||
3. If using a pre-existing PVC, create a single new PVC for all of your media
|
|
||||||
4. Refer to the [configuration](#configuration) for updates to the chart values
|
|
||||||
5. Re-install the chart
|
|
||||||
6. Update your settings in the app to point to the new PVC, which is mounted at /media. This can be done using Ombi's
|
|
||||||
`Mass Editor` under the `Library` tab. Simply select all artists in your library, and use the editor to change the
|
|
||||||
`Root Folder` and hit save.
|
|
||||||
|
|
||||||
## Uninstalling the Chart
|
## Uninstalling the Chart
|
||||||
To uninstall the `ombi` deployment:
|
|
||||||
|
To uninstall/delete the `my-release` deployment:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm uninstall ombi
|
helm delete my-release --purge
|
||||||
```
|
```
|
||||||
|
|
||||||
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
Read through the media-common [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/media-common/values.yaml)
|
Read through the charts [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/ombi/values.yaml)
|
||||||
file. It has several commented out suggested values.
|
file. It has several commented out suggested values.
|
||||||
|
Additionally you can take a look at the common library [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/common/values.yaml) for more (advanced) configuration options.
|
||||||
|
|
||||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||||
```console
|
```console
|
||||||
helm install ombi \
|
helm install ombi \
|
||||||
--set ombi.env.TZ="America/New York" \
|
--set env.TZ="America/New York" \
|
||||||
k8s-at-home/ombi
|
k8s-at-home/ombi
|
||||||
```
|
```
|
||||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the
|
||||||
For example,
|
chart. For example,
|
||||||
```console
|
```console
|
||||||
helm install ombi k8s-at-home/ombi --values values.yaml
|
helm install ombi k8s-at-home/ombi --values values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
These values will be nested as it is a dependency, for example
|
|
||||||
```yaml
|
```yaml
|
||||||
ombi:
|
image:
|
||||||
image:
|
tag: ...
|
||||||
tag: ...
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -77,3 +59,18 @@ Error: rendered manifests contain a resource that already exists. Unable to cont
|
|||||||
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Upgrading an existing Release to a new major version
|
||||||
|
|
||||||
|
A major chart version change (like 4.0.1 -> 5.0.0) indicates that there is an incompatible breaking change potentially needing manual actions.
|
||||||
|
|
||||||
|
### Upgrading from 4.x.x to 5.x.x
|
||||||
|
|
||||||
|
Due to migrating to a centralized common library some values in `values.yaml` have changed.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
* `service.port` has been moved to `service.port.port`.
|
||||||
|
* `persistence.type` has been moved to `controllerType`.
|
||||||
|
|
||||||
|
Refer to the library values.yaml for more configuration options.
|
||||||
|
|||||||
2
charts/ombi/ci/ct-values.yaml
Normal file
2
charts/ombi/ci/ct-values.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
1
charts/ombi/templates/NOTES.txt
Normal file
1
charts/ombi/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{- include "common.notes.defaultNotes" . -}}
|
||||||
1
charts/ombi/templates/common.yaml
Normal file
1
charts/ombi/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{ include "common.all" . }}
|
||||||
@@ -1,10 +1,23 @@
|
|||||||
# Default values for ombi.
|
# Default values for Ombi.
|
||||||
|
|
||||||
ombi:
|
image:
|
||||||
image:
|
repository: linuxserver/ombi
|
||||||
organization: linuxserver
|
pullPolicy: IfNotPresent
|
||||||
repository: ombi
|
tag: version-v4.0.681
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
tag: v4.0.471-ls10
|
strategy:
|
||||||
service:
|
type: Recreate
|
||||||
|
|
||||||
|
service:
|
||||||
|
port:
|
||||||
port: 3579
|
port: 3579
|
||||||
|
|
||||||
|
env: {}
|
||||||
|
# TZ: UTC
|
||||||
|
# PUID: 1001
|
||||||
|
# PGID: 1001
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: false
|
||||||
|
emptyDir: false
|
||||||
|
|||||||
23
charts/organizr/.helmignore
Normal file
23
charts/organizr/.helmignore
Normal file
@@ -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
|
||||||
|
*~
|
||||||
|
# Various IDEs
|
||||||
|
.project
|
||||||
|
.idea/
|
||||||
|
*.tmproj
|
||||||
|
# OWNERS file for Kubernetes
|
||||||
|
OWNERS
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: organizr
|
|
||||||
description: HTPC/Homelab Services Organizer - Written in PHP
|
|
||||||
type: application
|
|
||||||
version: 1.0.2
|
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
|
description: HTPC/Homelab Services Organizer
|
||||||
|
name: organizr
|
||||||
|
version: 2.4.0
|
||||||
keywords:
|
keywords:
|
||||||
- organizr
|
- organizr
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/organizr
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/organizr
|
||||||
@@ -12,20 +11,9 @@ sources:
|
|||||||
- https://github.com/causefx/Organizr
|
- https://github.com/causefx/Organizr
|
||||||
- https://hub.docker.com/r/organizr/organizr
|
- https://hub.docker.com/r/organizr/organizr
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: DirtyCajunRice
|
- name: billimek
|
||||||
email: nick@cajun.pro
|
email: jeff@billimek.com
|
||||||
url: https://github.com/dirtycajunrice
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: media-common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: ^1.0.0
|
version: ^1.5.0
|
||||||
alias: organizr
|
|
||||||
annotations:
|
|
||||||
artifacthub.io/links: |
|
|
||||||
- name: App Source
|
|
||||||
url: https://github.com/causefx/Organizr
|
|
||||||
- name: Default Docker Image
|
|
||||||
url: https://hub.docker.com/r/organizr/organizr
|
|
||||||
artifacthub.io/maintainers: |
|
|
||||||
- name: Nicholas St. Germain
|
|
||||||
email: nick@cajun.pro
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
approvers:
|
approvers:
|
||||||
- DirtyCajunRice
|
- billimek
|
||||||
reviewers:
|
reviewers:
|
||||||
- DirtyCajunRice
|
- billimek
|
||||||
|
|||||||
@@ -1,49 +1,52 @@
|
|||||||
# Organizr | HTPC/Homelab Services Organizer - Written in PHP
|
# Organizr
|
||||||
Umbrella chart that
|
|
||||||
* Uses [media-common](https://github.com/k8s-at-home/charts/tree/master/charts/media-common) as a base
|
|
||||||
* Adds docker image information leveraging the [official image](https://hub.docker.com/r/organizr/organizr/)
|
|
||||||
* Deploys [Organizr](https://github.com/causefx/Organizr)
|
|
||||||
|
|
||||||
## TL;DR
|
This is a helm chart for [Organizr](https://github.com/causefx/Organizr).
|
||||||
```console
|
|
||||||
|
## TL;DR;
|
||||||
|
|
||||||
|
```shell
|
||||||
$ helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
$ helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
||||||
$ helm install k8s-at-home/organizr
|
$ helm install k8s-at-home/organizr
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installing the Chart
|
## Installing the Chart
|
||||||
To install the chart with the release name `organizr`:
|
|
||||||
|
To install the chart with the release name `my-release`:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm install organizr k8s-at-home/organizr
|
helm install --name my-release k8s-at-home/organizr
|
||||||
```
|
```
|
||||||
|
|
||||||
## Uninstalling the Chart
|
## Uninstalling the Chart
|
||||||
To uninstall the `organizr` deployment:
|
|
||||||
|
To uninstall/delete the `my-release` deployment:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm uninstall organizr
|
helm delete my-release --purge
|
||||||
```
|
```
|
||||||
|
|
||||||
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
Read through the media-common [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/media-common/values.yaml)
|
Read through the charts [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/organizr/values.yaml)
|
||||||
file. It has several commented out suggested values.
|
file. It has several commented out suggested values.
|
||||||
|
Additionally you can take a look at the common library [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/common/values.yaml) for more (advanced) configuration options.
|
||||||
|
|
||||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||||
```console
|
```console
|
||||||
helm install organizr \
|
helm install organizr \
|
||||||
--set organizr.env.TZ="America/New York" \
|
--set env.TZ="America/New York" \
|
||||||
k8s-at-home/organizr
|
k8s-at-home/organizr
|
||||||
```
|
```
|
||||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the
|
||||||
For example,
|
chart. For example,
|
||||||
```console
|
```console
|
||||||
helm install organizr k8s-at-home/organizr --values values.yaml
|
helm install organizr k8s-at-home/organizr --values values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
These values will be nested as it is a dependency, for example
|
|
||||||
```yaml
|
```yaml
|
||||||
organizr:
|
image:
|
||||||
image:
|
tag: ...
|
||||||
tag: ...
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -56,3 +59,18 @@ Error: rendered manifests contain a resource that already exists. Unable to cont
|
|||||||
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Upgrading an existing Release to a new major version
|
||||||
|
|
||||||
|
A major chart version change (like 4.0.1 -> 5.0.0) indicates that there is an incompatible breaking change potentially needing manual actions.
|
||||||
|
|
||||||
|
### Upgrading from 1.x.x to 2.x.x
|
||||||
|
|
||||||
|
Due to migrating to a centralized common library some values in `values.yaml` have changed.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
* `service.port` has been moved to `service.port.port`.
|
||||||
|
* `persistence.type` has been moved to `controllerType`.
|
||||||
|
|
||||||
|
Refer to the library values.yaml for more configuration options.
|
||||||
|
|||||||
2
charts/organizr/ci/ct-values.yaml
Normal file
2
charts/organizr/ci/ct-values.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
1
charts/organizr/templates/NOTES.txt
Normal file
1
charts/organizr/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{- include "common.notes.defaultNotes" . -}}
|
||||||
1
charts/organizr/templates/common.yaml
Normal file
1
charts/organizr/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{ include "common.all" . }}
|
||||||
@@ -1,10 +1,23 @@
|
|||||||
# Default values for organizr.
|
# Default values for Organizr.
|
||||||
|
|
||||||
organizr:
|
image:
|
||||||
image:
|
repository: organizr/organizr
|
||||||
organization: organizr
|
pullPolicy: Always
|
||||||
repository: organizr
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
tag: latest
|
strategy:
|
||||||
service:
|
type: Recreate
|
||||||
|
|
||||||
|
service:
|
||||||
|
port:
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
|
env: {}
|
||||||
|
# TZ: UTC
|
||||||
|
# PUID: 1001
|
||||||
|
# PGID: 1001
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: false
|
||||||
|
emptyDir: false
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 4.2.5
|
appVersion: 4.3.0
|
||||||
description: qBittorrent is a cross-platform free and open-source BitTorrent client
|
description: qBittorrent is a cross-platform free and open-source BitTorrent client
|
||||||
name: qbittorrent
|
name: qbittorrent
|
||||||
version: 5.0.1
|
version: 6.4.0
|
||||||
keywords:
|
keywords:
|
||||||
- qbittorrent
|
- qbittorrent
|
||||||
- torrrent
|
- torrrent
|
||||||
@@ -14,7 +14,6 @@ maintainers:
|
|||||||
- name: billimek
|
- name: billimek
|
||||||
email: jeff@billimek.com
|
email: jeff@billimek.com
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: media-common
|
- name: common
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: ^1.0.0
|
version: ^1.5.0
|
||||||
alias: qbittorrent
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# qBittorrent client
|
# qBittorrent
|
||||||
|
|
||||||
This is a helm chart for [qbittorrent](https://qbittorrent.org/) leveraging the [Linuxserver.io image](https://hub.docker.com/r/linuxserver/qbittorrent/)
|
This is a helm chart for [qbittorrent](https://qbittorrent.org/).
|
||||||
|
|
||||||
## TL;DR;
|
## TL;DR;
|
||||||
|
|
||||||
@@ -32,27 +32,25 @@ helm delete my-release --purge
|
|||||||
|
|
||||||
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
||||||
|
|
||||||
## Configuration
|
Read through the charts [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/qbittorrent/values.yaml)
|
||||||
Read through the media-common [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/media-common/values.yaml)
|
|
||||||
file. It has several commented out suggested values.
|
file. It has several commented out suggested values.
|
||||||
|
Additionally you can take a look at the common library [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/common/values.yaml) for more (advanced) configuration options.
|
||||||
|
|
||||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||||
```console
|
```console
|
||||||
helm install qbittorrent \
|
helm install my-release \
|
||||||
--set qbittorrent.env.TZ="America/New York" \
|
--set env.TZ="America/New York" \
|
||||||
k8s-at-home/qbittorrent
|
k8s-at-home/qbittorrent
|
||||||
```
|
```
|
||||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the
|
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the
|
||||||
chart. For example,
|
chart. For example,
|
||||||
```console
|
```console
|
||||||
helm install qbittorrent k8s-at-home/qbittorrent --values values.yaml
|
helm install my-release k8s-at-home/qbittorrent --values values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
These values will be nested as it is a dependency, for example
|
|
||||||
```yaml
|
```yaml
|
||||||
qbittorrent:
|
image:
|
||||||
image:
|
tag: ...
|
||||||
tag: ...
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -65,3 +63,18 @@ Error: rendered manifests contain a resource that already exists. Unable to cont
|
|||||||
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Upgrading an existing Release to a new major version
|
||||||
|
|
||||||
|
A major chart version change (like 4.0.1 -> 5.0.0) indicates that there is an incompatible breaking change potentially needing manual actions.
|
||||||
|
|
||||||
|
### Upgrading from 5.x.x to 6.x.x
|
||||||
|
|
||||||
|
Due to migrating to a centralized common library some values in `values.yaml` have changed.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
* `service.port` has been moved to `service.port.port`.
|
||||||
|
* `persistence.type` has been moved to `controllerType`.
|
||||||
|
|
||||||
|
Refer to the library values.yaml for more configuration options.
|
||||||
|
|||||||
@@ -1,12 +1,2 @@
|
|||||||
qbittorrent:
|
ingress:
|
||||||
image:
|
enabled: true
|
||||||
organization: linuxserver
|
|
||||||
repository: qbittorrent
|
|
||||||
tag: 14.2.5.99202004250119-7015-2c65b79ubuntu18.04.1-ls91
|
|
||||||
|
|
||||||
service:
|
|
||||||
type: ClusterIP
|
|
||||||
port: 8080
|
|
||||||
|
|
||||||
ingress:
|
|
||||||
enabled: false
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user