Skip to content

Commit

Permalink
Update kerberos-hub-values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Nov 29, 2024
1 parent a510a93 commit 6055a9a
Showing 1 changed file with 70 additions and 26 deletions.
96 changes: 70 additions & 26 deletions kerberos-hub-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ licenseServer:
#imagePullSecrets:
# - name: regcred

# When using a private registry, you can specify the registry here.
global:
imageRegistry: "docker.io/"

# Environment: set to 'production', 'develop', 'demo', 'staging' or 'acceptance'.
# Set to 'true' if this is a private deployment.
environment: "production"
Expand All @@ -33,7 +37,6 @@ mongodb:
# MongoDB URI (for example for a SaaS service like MongoDB Atlas)
# If uri is set, the below properties are not used (host, adminDatabase, username, password)
#uri: "mongodb+srv://xx:[email protected]/?retryWrites=true&w=majority&appName=xxx"

# Self-hosted mongodb, you could also use the uri property above.
host: mongodb.mongodb
adminDatabase: admin
Expand Down Expand Up @@ -63,6 +66,7 @@ rabbitmq:
username: "yourusername"
password: "yourpassword"
exchange: ""

# If you already have a Kafka cluster you might use this instead of RabbitMQ.
kafka:
broker: "kafka1.yourdomain.com:9094" # can be internal dns name or external
Expand All @@ -73,10 +77,12 @@ kafka:
# For allowing WEBRTC a STUN and TURN server is required.
# You might want to install coturn in a seperate VM.
# -> https://help.hcltechsw.com/sametime/11.6/admin/turnserver_ubuntu.html

turn:
host: "turn:turn.yourdomain.com:8443" # this needs to be a public accessible DNS name.
username: "username1"
password: "password1"

# (optional) OpenAI integration, used for semantic search
# Langchain is used to translate text to a filter on the media page
openai:
Expand All @@ -85,6 +91,7 @@ openai:
# We have a kerberos vault component installed which contains all the
# recordings. Kerberos vault is queried to retrieve the recordings
# from the appropriate provider.

kerberosvault:
#uri: "http://vault-lb.kerberos-vault" # this needs to be a public accessible DNS name.
uri: http://vault-nodeport.kerberos-vault:80/api
Expand All @@ -106,6 +113,7 @@ kerberosvault:
provider: "minio"
accessKey: "XJoi2@bgSOvOYBy#"
secretKey: " OGGqat4lXRpL@9XBYc8FUaId@5"

email:
provider: "mailgun"
from: "[email protected]"
Expand Down Expand Up @@ -147,7 +155,10 @@ kerberoshub:
resources:
requests:
memory: 100Mi
cpu: 250m
cpu: 100m
limits:
memory: 100Mi
cpu: 100m
# E-mail templates
#volumeMounts:
# - name: custom-email-templates
Expand Down Expand Up @@ -225,8 +236,11 @@ kerberoshub:
url: "yourdomain.com"
resources:
requests:
memory: 50Mi
cpu: 50m
memory: 100Mi
cpu: 100m
limits:
memory: 100Mi
cpu: 100m
# The front-end but in read-only mode
#demoUrl: "demo.yourdomain.com"
# When migrating to another url, this might help migrating.
Expand Down Expand Up @@ -345,8 +359,11 @@ kerberoshub:
tag: "1.0.6256190978"
resources:
requests:
memory: 10Mi
cpu: 10m
memory: 100Mi
cpu: 100m
limits:
memory: 100Mi
cpu: 100m
# E-mail templates
#volumeMounts:
# - name: custom-email-templates
Expand All @@ -361,8 +378,11 @@ kerberoshub:
tag: "1.0.6256184527"
resources:
requests:
memory: 10Mi
cpu: 10m
memory: 100Mi
cpu: 100m
limits:
memory: 100Mi
cpu: 100m
forwarder:
enabled: false
#repository: kerberos/vault-forwarder
Expand All @@ -379,8 +399,11 @@ kerberoshub:
tag: "1.0.2733724812"
resources:
requests:
memory: 10Mi
cpu: 10m
memory: 100Mi
cpu: 100m
limits:
memory: 100Mi
cpu: 100m
kerberospipeline:
event:
repository: kerberos/pipe-event
Expand All @@ -389,44 +412,59 @@ kerberospipeline:
replicas: 1
resources:
requests:
memory: 10Mi
cpu: 10m
memory: 100Mi
cpu: 100m
limits:
memory: 100Mi
cpu: 100m
monitor:
repository: kerberos/pipe-monitor
pullPolicy: IfNotPresent
tag: "1.0.6256044005"
replicas: 1
resources:
requests:
memory: 10Mi
cpu: 10m
memory: 100Mi
cpu: 100m
limits:
memory: 100Mi
cpu: 100m
sequence:
repository: kerberos/pipe-sequence
pullPolicy: IfNotPresent
tag: "1.0.6256054139"
replicas: 1
resources:
requests:
memory: 10Mi
cpu: 10m
memory: 100Mi
cpu: 100m
limits:
memory: 100Mi
cpu: 100m
throttler:
repository: kerberos/pipe-throttler
pullPolicy: IfNotPresent
tag: "1.0.6256059962"
replicas: 1
resources:
requests:
memory: 10Mi
cpu: 10m
memory: 100Mi
cpu: 100m
limits:
memory: 100Mi
cpu: 100m
notify:
repository: uugai/hub-pipeline-notification
pullPolicy: IfNotPresent
tag: "v1.0.8"
replicas: 1
resources:
requests:
memory: 10Mi
cpu: 10m
memory: 100Mi
cpu: 100m
limits:
memory: 100Mi
cpu: 100m
# E-mail templates
#volumeMounts:
# - name: custom-email-templates
Expand All @@ -442,8 +480,11 @@ kerberospipeline:
replicas: 1
resources:
requests:
memory: 10Mi
cpu: 10m
memory: 100Mi
cpu: 100m
limits:
memory: 100Mi
cpu: 100m
# E-mail templates
#volumeMounts:
# - name: custom-email-templates
Expand All @@ -459,8 +500,11 @@ kerberospipeline:
replicas: 1
resources:
requests:
memory: 10Mi
cpu: 10m
memory: 100Mi
cpu: 100m
limits:
memory: 100Mi
cpu: 100m
dominantColor:
repository: kerberos/pipe-dominantcolor
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -522,5 +566,5 @@ kerberospipeline:
replicas: 1
resources:
requests:
memory: 10Mi
cpu: 10m
memory: 256Mi
cpu: 100m

0 comments on commit 6055a9a

Please sign in to comment.