Skip to content

Commit

Permalink
add first version videowall + optimisations for sprite and thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jun 11, 2024
1 parent 96549fa commit 90fba44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ kerberoshub:
api:
repository: kerberos/hub-api
pullPolicy: IfNotPresent
tag: "1.0.1282370992"
tag: "1.0.1326710591"
replicas: 2
jwtSecret: "this-is-a-secret-please-change-to-random-string" # change to a random value, this is for generating JWT tokens.
schema: "https"
Expand Down Expand Up @@ -234,7 +234,7 @@ kerberoshub:
frontend:
repository: kerberos/hub-frontend
pullPolicy: IfNotPresent
tag: "1.0.1290881823"
tag: "1.0.1326087775"
replicas: 2
schema: "https"
url: "yourdomain.com"
Expand Down Expand Up @@ -468,7 +468,7 @@ kerberospipeline:
analysis:
repository: kerberos/pipe-analysis
pullPolicy: IfNotPresent
tag: "1.0.6436402988"
tag: "1.0.6897439184"
replicas: 1
resources:
requests:
Expand All @@ -477,7 +477,7 @@ kerberospipeline:
dominantColor:
repository: kerberos/pipe-dominantcolor
pullPolicy: IfNotPresent
tag: "1.0.6250017149"
tag: "1.0.6971463620"
replicas: 3
resources:
requests:
Expand All @@ -489,7 +489,7 @@ kerberospipeline:
thumbnail:
repository: kerberos/pipe-thumbnail
pullPolicy: IfNotPresent
tag: "1.0.6858435144"
tag: "1.0.6962799851"
replicas: 2
quality: "1" # 1 (best) - 31 (worst)
width: "600"
Expand All @@ -516,7 +516,7 @@ kerberospipeline:
enabled: false # Enable or disable the sprite generation 'true' or 'false
repository: kerberos/pipe-sprite
pullPolicy: IfNotPresent
tag: "1.0.6243419216"
tag: "1.0.6962998738"
replicas: 5
interval: "1" # Number of secondes between each thumbnail in the sprite
width: "240" # Should not be changed for the moment (hard coded in UI)
Expand Down

0 comments on commit 90fba44

Please sign in to comment.