mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-13 22:00:38 +05:30
1bb362f205
There were multiple pod templates that were not using values due to how it is structured, now they do work.
33 lines
1.0 KiB
YAML
33 lines
1.0 KiB
YAML
---
|
|
apiVersion: v2
|
|
description: Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
|
|
name: piped
|
|
home: https://github.com/TeamPiped/Piped-Kubernetes
|
|
sources:
|
|
- https://github.com/TeamPiped/Piped
|
|
- https://github.com/TeamPiped/Piped-Backend
|
|
- https://github.com/TeamPiped/piped-proxy
|
|
keywords:
|
|
- streaming
|
|
version: 2.1.0
|
|
appVersion: latest
|
|
kubeVersion: ">=1.22.0-0"
|
|
maintainers:
|
|
- name: Skyler Mäntysaari
|
|
email: samip5@users.noreply.github.com
|
|
url: https://github.com/samip5
|
|
dependencies:
|
|
- name: common
|
|
repository: https://bjw-s.github.io/helm-charts
|
|
version: 1.3.2
|
|
- name: postgresql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 12.2.0
|
|
condition: postgresql.enabled
|
|
annotations:
|
|
artifacthub.io/changes: |-
|
|
- kind: fixed
|
|
description: Pod templates that were not getting things from values
|
|
- kind: added
|
|
description: Recommended resource limits were added to values, but are not enabled by default to make it concise decision to the user.
|