2021-07-01 18:26:22 +00:00
|
|
|
#
|
|
|
|
# IMPORTANT NOTE
|
|
|
|
#
|
|
|
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
|
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
|
|
|
#
|
|
|
|
|
|
|
|
image:
|
|
|
|
# -- image repository
|
|
|
|
repository: gabekangas/owncast
|
|
|
|
# -- image tag
|
2021-08-17 12:56:02 +00:00
|
|
|
tag: 0.0.8
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
|
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8080
|
|
|
|
rtmp:
|
|
|
|
enabled: true
|
|
|
|
type: NodePort
|
|
|
|
externalTrafficPolicy: Local
|
|
|
|
ports:
|
|
|
|
rtmp:
|
|
|
|
enabled: true
|
|
|
|
port: 1935
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 1935
|
|
|
|
|
|
|
|
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
persistence:
|
|
|
|
config:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
|
|
|
type: pvc
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: "100Gi"
|
2021-07-01 18:26:22 +00:00
|
|
|
mountPath: /app/data
|