Files
truecharts/charts/stable/owncast/values.yaml
T
03112f38f7 chore(deps): update non-major docker (#1507)
* chore(deps): update non-major docker

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-11 13:03:48 +01:00

41 lines
828 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/owncast
# -- image tag
tag: v0.0.10@sha256:7fe3fdf3caea1808b8e0bc163bcaf28e6aacb6df65940c692f9209e2cf765f3e
# -- image pull policy
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 10088
targetPort: 8080
rtmp:
enabled: true
externalTrafficPolicy: Local
ports:
rtmp:
enabled: true
port: 1935
targetPort: 1935
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
config:
enabled: true
mountPath: "/app/data"