64 lines
1.8 KiB
YAML
64 lines
1.8 KiB
YAML
# Default values for conversion-engine.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
image:
|
|
repository: quay01.ipa.endofday.com/goghvideo/conversion-engine
|
|
pullPolicy: IfNotPresent
|
|
pullSecret: goghvideo-openshift-builder-pull-secret
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: ""
|
|
cicd:
|
|
enabled: true
|
|
testFile: https://nextcloud.endofday.com/s/PmJH78p2RGCTAX9/download/DNx220x_1080i_2997.mxf
|
|
# testFile: https://nextcloud.endofday.com/s/YkKspDt6T8pLjST/download/10mintestfile.mxf
|
|
mount:
|
|
path: /conversion
|
|
name: pvc-conversion
|
|
volumes:
|
|
name: pvc-conversion
|
|
claimName: pvc-conversion
|
|
keda:
|
|
authenticationRef: rabbitmq-consumer-trigger
|
|
queueName: transcode
|
|
triggerSecretKey: url
|
|
triggerSecretRef: amqp
|
|
pvc:
|
|
name: pvc-conversion
|
|
storageClassName: goghvideo-nfs-client
|
|
size: 50Gi
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
serviceAccount:
|
|
# Specifies whether a service account should be created
|
|
create: true
|
|
# Annotations to add to the service account
|
|
annotations: {}
|
|
# The name of the service account to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name: ""
|
|
podAnnotations: {}
|
|
podSecurityContext: {}
|
|
# fsGroup: 2000
|
|
|
|
securityContext: {}
|
|
# capabilities:
|
|
# drop:
|
|
# - ALL
|
|
# readOnlyRootFilesystem: true
|
|
# runAsNonRoot: true
|
|
# runAsUser: 1000
|
|
|
|
resources: {}
|
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
# choice for the user. This also increases chances charts run on environments with little
|
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|