-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* jellyfin: init at 10.8.11 * fix lint
- Loading branch information
Quentin JOLY
authored
Nov 1, 2023
1 parent
58bdf2b
commit 09374d6
Showing
7 changed files
with
272 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
dependencies: | ||
- name: common | ||
repository: https://rubxkube.github.io/common-charts | ||
version: v0.2.0 | ||
digest: sha256:e762807db3d8e62991f5c5cbfcbee1318f2d55b532113d4f9a7debe4434f85aa | ||
generated: "2023-10-15T12:45:04.128843355+02:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
apiVersion: v2 | ||
type: application | ||
name: jellyfin | ||
description: Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media | ||
version: 1.0.0 | ||
appVersion: "10.8.11" | ||
icon: https://raw.githubusercontent.com/RubxKube/charts/main/img/jellyfin-logo.png | ||
maintainers: | ||
- name: QJOLY | ||
email: [email protected] | ||
kubeVersion: '>= 1.18' | ||
home: https://jellyfin.org/ | ||
keywords: | ||
- media server | ||
- Plex | ||
- Jellyfin | ||
- Media | ||
- Streaming | ||
- Server | ||
sources: | ||
- https://github.com/jellyfin/jellyfin | ||
dependencies: | ||
- name: common | ||
repository: https://rubxkube.github.io/common-charts | ||
version: v0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
# jellyfin | ||
|
||
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.8.11](https://img.shields.io/badge/AppVersion-10.8.11-informational?style=flat-square) | ||
|
||
Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media | ||
|
||
**Homepage:** <https://jellyfin.org/> | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| QJOLY | <[email protected]> | | | ||
|
||
## Source Code | ||
|
||
* <https://github.com/jellyfin/jellyfin> | ||
|
||
## Requirements | ||
|
||
Kubernetes: `>= 1.18` | ||
|
||
| Repository | Name | Version | | ||
|------------|------|---------| | ||
| https://rubxkube.github.io/common-charts | common | v0.2.0 | | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| common.app.containerPort | int | `8096` | | | ||
| common.app.servicePort | int | `80` | | | ||
| common.deployment.cpuLimit | string | `nil` | | | ||
| common.deployment.cpuRequest | string | `nil` | | | ||
| common.deployment.memoryLimit | string | `nil` | | | ||
| common.deployment.memoryRequest | string | `nil` | | | ||
| common.deployment.strategy.rollingUpdate.maxSurge | string | `"25%"` | | | ||
| common.deployment.strategy.rollingUpdate.maxUnavailable | string | `"25%"` | | | ||
| common.deployment.strategy.type | string | `"RollingUpdate"` | | | ||
| common.hpa.avgCpuUtilization | int | `50` | | | ||
| common.hpa.enabled | bool | `false` | | | ||
| common.hpa.maxReplicas | int | `2` | | | ||
| common.hpa.minReplicas | int | `1` | | | ||
| common.image.pullPolicy | string | `"Always"` | | | ||
| common.image.repository | string | `"jellyfin/jellyfin"` | | | ||
| common.image.repositorySettings.isPrivate | bool | `false` | | | ||
| common.image.repositorySettings.secretName | string | `nil` | | | ||
| common.image.tag | string | `"10.8.11"` | | | ||
| common.ingress.certResolver | string | `"letsencrypt"` | | | ||
| common.ingress.enabled | bool | `false` | | | ||
| common.ingress.entrypoint | string | `"websecure"` | | | ||
| common.ingress.hostName | string | `"jellyfin.une-tasse-de.cafe"` | | | ||
| common.ingress.ingressClassName | string | `"istio"` | | | ||
| common.ingress.isIngressRoute | bool | `true` | | | ||
| common.ingress.tls.enabled | bool | `true` | | | ||
| common.ingress.tls.secretName | string | `""` | | | ||
| common.livenessProbe.failureThreshold | int | `1` | | | ||
| common.livenessProbe.httpGet.path | string | `"/"` | | | ||
| common.livenessProbe.httpGet.port | int | `8096` | | | ||
| common.livenessProbe.initialDelaySeconds | int | `30` | | | ||
| common.livenessProbe.periodSeconds | int | `60` | | | ||
| common.livenessProbe.timeoutSeconds | int | `3` | | | ||
| common.livenessProbeEnabled | bool | `true` | | | ||
| common.persistence.enabled | bool | `true` | | | ||
| common.persistence.volumes[0].containerMount | string | `"/data/"` | | | ||
| common.persistence.volumes[0].name | string | `"data"` | | | ||
| common.persistence.volumes[0].pvcClaim | string | `""` | | | ||
| common.persistence.volumes[0].size | string | `"10Gi"` | | | ||
| common.persistence.volumes[0].storageClassName | string | `""` | | | ||
| common.persistence.volumes[1].containerMount | string | `"/config/"` | | | ||
| common.persistence.volumes[1].name | string | `"config"` | | | ||
| common.persistence.volumes[1].pvcClaim | string | `""` | | | ||
| common.persistence.volumes[1].size | string | `"2Gi"` | | | ||
| common.persistence.volumes[1].storageClassName | string | `""` | | | ||
| common.persistence.volumes[2].containerMount | string | `"/cache/"` | | | ||
| common.persistence.volumes[2].name | string | `"cache"` | | | ||
| common.persistence.volumes[2].pvcClaim | string | `""` | | | ||
| common.persistence.volumes[2].size | string | `"5Gi"` | | | ||
| common.persistence.volumes[2].storageClassName | string | `""` | | | ||
| common.readinessProbe.failureThreshold | int | `2` | | | ||
| common.readinessProbe.httpGet.path | string | `"/"` | | | ||
| common.readinessProbe.httpGet.port | int | `8096` | | | ||
| common.readinessProbe.initialDelaySeconds | int | `30` | | | ||
| common.readinessProbe.periodSeconds | int | `30` | | | ||
| common.readinessProbe.timeoutSeconds | int | `3` | | | ||
| common.readinessProbeEnabled | bool | `true` | | | ||
| common.startupProbe.failureThreshold | int | `20` | | | ||
| common.startupProbe.httpGet.path | string | `"/"` | | | ||
| common.startupProbe.httpGet.port | int | `8096` | | | ||
| common.startupProbe.periodSeconds | int | `10` | | | ||
| common.startupProbe.timeoutSeconds | int | `1` | | | ||
| common.startupProbeEnabled | bool | `true` | | | ||
| common.tests.classicHttp.enabled | bool | `true` | | | ||
| common.tests.curlHostHeader.enabled | bool | `true` | | | ||
| common.tests.curlHostHeader.path | string | `"/"` | | | ||
| common.variables.nonSecret.TZ | string | `"Europe/Paris"` | | | ||
| common.variables.nonSecret.USER_GID | string | `"1000"` | | | ||
| common.variables.nonSecret.USER_UID | string | `"1000"` | | | ||
| common.variables.secret | object | `{}` | | | ||
| define | int | `8096` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
--- | ||
define: &containerPort 8096 | ||
|
||
common: | ||
app: | ||
servicePort: 80 | ||
containerPort: *containerPort | ||
|
||
# deployment | ||
deployment: | ||
memoryRequest: null | ||
cpuRequest: null | ||
memoryLimit: null | ||
cpuLimit: null | ||
strategy: | ||
type: RollingUpdate | ||
rollingUpdate: | ||
maxUnavailable: 25% | ||
maxSurge: 25% | ||
|
||
# container | ||
image: | ||
repositorySettings: | ||
isPrivate: false | ||
secretName: null | ||
repository: jellyfin/jellyfin | ||
tag: '10.8.11' | ||
pullPolicy: Always | ||
|
||
# ingress | ||
ingress: | ||
enabled: false | ||
hostName: jellyfin.une-tasse-de.cafe | ||
tls: | ||
enabled: true | ||
secretName: "" | ||
# For Ingress CRD | ||
ingressClassName: istio | ||
# For IngressRoute CRD | ||
isIngressRoute: true | ||
entrypoint: websecure | ||
certResolver: letsencrypt # leave empty if you don't use, tls.enabled must be true and secretName must me empty | ||
|
||
# env variables | ||
variables: | ||
secret: {} | ||
nonSecret: | ||
USER_UID: '1000' | ||
USER_GID: '1000' | ||
TZ: Europe/Paris | ||
|
||
# horizontal autoscaler | ||
hpa: | ||
enabled: false | ||
minReplicas: 1 | ||
maxReplicas: 2 | ||
avgCpuUtilization: 50 | ||
|
||
# startupProbe | ||
startupProbeEnabled: true | ||
startupProbe: | ||
httpGet: | ||
path: "/" | ||
port: *containerPort | ||
periodSeconds: 10 | ||
failureThreshold: 20 | ||
timeoutSeconds: 1 | ||
|
||
# readinessProbe | ||
readinessProbeEnabled: true | ||
readinessProbe: | ||
httpGet: | ||
path: "/" | ||
port: *containerPort | ||
initialDelaySeconds: 30 | ||
periodSeconds: 30 | ||
failureThreshold: 2 | ||
timeoutSeconds: 3 | ||
|
||
# livenessProbe | ||
livenessProbeEnabled: true | ||
livenessProbe: | ||
httpGet: | ||
path: "/" | ||
port: *containerPort | ||
initialDelaySeconds: 30 | ||
periodSeconds: 60 | ||
failureThreshold: 1 | ||
timeoutSeconds: 3 | ||
|
||
persistence: | ||
enabled: true | ||
volumes: | ||
- name: "data" | ||
storageClassName: "" # leave empty if you want to use default | ||
size: "10Gi" | ||
pvcClaim: "" # Fill only if you want to use existing pvc | ||
containerMount: "/data/" | ||
- name: "config" | ||
storageClassName: "" | ||
size: "2Gi" | ||
pvcClaim: "" | ||
containerMount: "/config/" | ||
- name: "cache" | ||
storageClassName: "" | ||
size: "5Gi" | ||
pvcClaim: "" | ||
containerMount: "/cache/" | ||
tests: | ||
classicHttp: # default helm test method | ||
enabled: true | ||
curlHostHeader: # curl using ingress.hostName as Host in header | ||
enabled: true | ||
path: "/" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.