mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-04-27 15:20:33 +05:30
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.
|