TrueChartsClone/charts/incubator/restreamer/values.yaml

164 lines
3.4 KiB
YAML
Raw Normal View History

image:
repository: tccr.io/truecharts/restreamer
pullPolicy: IfNotPresent
tag: 2.3.0@sha256:ab4531d2b8e909d4e493c6092d9c6fb7cc36a3229d05260a2c855d6ceb27621c
cudaImage:
repository: tccr.io/truecharts/restreamer-cuda
pullPolicy: IfNotPresent
tag: 2.1.0@sha256:a727f7a834c6f1330a3dc73a79c843d81125540acd2a7c72eddcd4cedeafb18f
vaapiImage:
repository: tccr.io/truecharts/restreamer-vaapi
pullPolicy: IfNotPresent
tag: 2.1.0@sha256:7029aee53094de60f0871795e2645b3328c807ba317ae2cd4b6e9dbfcab4d4b4
imageSelector: "image"
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-restreamer-secret'
- configMapRef:
name: '{{ include "tc.common.names.fullname" . }}-restreamer-configmap'
restreamer:
general:
hostname: ""
host_auto: true
origins: []
mimetypes_file: "mime.types"
tls_enable: false
api:
api_auth_username: admin
api_auth_password: password
api_read_only: false
api_access_http_allow: []
api_access_http_block: []
api_access_https_allow: []
api_access_https_block: []
api_auth_enable: true
api_auth_disable_localhost: false
api_auth0_enable: false
api_auth0_tenants: ""
storage_disk:
disk_max_size_mb: 0
cache_enable: true
cache_max_size_mb: 0
cache_ttl: 300
cache_max_file_size_mb: 1
cache_types: []
storage_mem:
storage_mem_auth_enable: true
storage_mem_auth_username: ""
storage_mem_auth_password: ""
storage_mem_max_size_mb: 0
storage_mem_purge: false
rtmp:
rtmp_enable: false
rtmps_enable: false
rtmp_app: "/"
rtmp_token: ""
ffmpeg:
ffmpeg_binary: ffmpeg
ffmpeg_max_processes: 0
ffmpeg_access_input_allow: []
ffmpeg_access_input_block: []
ffmpeg_access_output_allow: []
ffmpeg_access_output_block: []
ffmpeg_log_max_lines: 50
ffmpeg_log_max_history: 3
playout:
playout_enable: false
playout_min_port: 0
playout_max_port: 0
logs:
log_level: info
log_topics: []
log_max_lines: 1000
debug:
debug_profiling: false
debug_force_gc: 0
metrics:
metrics_enable: false
metrics_prometheus_enable: false
metrics_range_seconds: 300
metrics_interval_seconds: 2
sessions:
sessions_enable: false
sessions_ip_ignore_list: []
sessions_timeout_sec: 30
sessions_persist: false
sessions_max_bitrate: 0
sessions_max_sessions: 0
router:
router_blocked_prefixes: []
router_routes: []
probes:
liveness:
path: "/health"
readiness:
path: "/health"
startup:
path: "/health"
service:
main:
ports:
main:
port: 8080
protocol: HTTP
https:
enabled: true
ports:
https:
enabled: true
protocol: HTTPS
port: 8081
rtmp:
enabled: true
ports:
rtmp:
enabled: true
protocol: TCP
port: 1935
rtmps:
enabled: true
ports:
rtmps:
enabled: true
protocol: TCP
port: 1936
srt:
enabled: true
ports:
srt:
enabled: true
protocol: UDP
port: 6000
ingress:
https:
autoLink: true
persistence:
# CORE_DB_DIR
config:
enabled: true
mountPath: /core/config
# CORE_STORAGE_DISK_DIR
data:
enabled: true
mountPath: /core/data
chore(questions): replace questions parts with templates (#3402) * chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 21:25:02 +00:00
portal:
enabled: true