mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
77 lines
1.6 KiB
YAML
77 lines
1.6 KiB
YAML
#
|
|
# IMPORTANT NOTE
|
|
#
|
|
# This chart inherits from bjw-s common lib chart. You can check the default values/options here:
|
|
# https://github.com/bjw-s/helm-charts/tree/main/charts/library/common
|
|
#
|
|
|
|
image:
|
|
# -- image repository
|
|
repository: ${CHARTNAME}/${CHARTNAME}
|
|
# -- image tag
|
|
# @default -- chart.appVersion
|
|
tag:
|
|
# -- image pull policy
|
|
pullPolicy: IfNotPresent
|
|
|
|
# -- environment variables. See more environment variables in the [${CHARTNAME} documentation](https://${CHARTNAME}.org/docs).
|
|
# @default -- See below
|
|
env:
|
|
# -- Set the container timezone
|
|
TZ: UTC
|
|
|
|
# -- Configures service settings for the chart.
|
|
# @default -- See values.yaml
|
|
service:
|
|
main:
|
|
ports:
|
|
http:
|
|
port: 1880
|
|
|
|
ingress:
|
|
# -- Enable and configure ingress settings for the chart under this key.
|
|
# @default -- See values.yaml
|
|
main:
|
|
enabled: false
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
# @default -- See values.yaml
|
|
persistence: {}
|
|
# data:
|
|
# enabled: false
|
|
# mountPath: /data
|
|
|
|
frontend:
|
|
image:
|
|
repository: 1337kavin/piped-frontend
|
|
# -- image tag
|
|
# @default -- chart.appVersion
|
|
tag:
|
|
# -- image pull policy
|
|
pullPolicy: Always
|
|
|
|
ytproxy:
|
|
image:
|
|
repository: 1337kavin/ytproxy
|
|
# -- image tag
|
|
# @default -- chart.appVersion
|
|
tag:
|
|
# -- image pull policy
|
|
pullPolicy: Always
|
|
|
|
backend:
|
|
image:
|
|
repository: 1337kavin/piped
|
|
# -- image tag
|
|
# @default -- chart.appVersion
|
|
tag:
|
|
# -- image pull policy
|
|
pullPolicy: Always
|
|
service:
|
|
main:
|
|
ports:
|
|
http:
|
|
enabled: true
|
|
config:
|
|
PORT: 8080
|
|
HTTP_WORKERS: 2
|