steep-balloon-41261
05/05/2023, 11:07 AMmagnificent-art-43333
05/05/2023, 2:39 PMdry-elephant-14928
05/05/2023, 4:26 PMwonderful-nail-69227
05/05/2023, 4:27 PMwonderful-nail-69227
05/05/2023, 4:27 PMdry-elephant-14928
05/05/2023, 4:29 PMwonderful-nail-69227
05/05/2023, 4:30 PMwonderful-nail-69227
05/05/2023, 4:32 PMreplicaCount: 1
# Suggested value for gracefully terminate the pod: 1 hour
terminationGracePeriodSeconds: 3600
egress:
api_key: ""
api_secret: ""
ws_url: ""
log_level: info
health_port: 8080
prometheus_port: 9090
# template_base: "<https://your-custom-template.com>"
redis:
address: 1.2.3.4
db: 0
username: default
password: qwe
use_tls: false
s3:
access_key: ""
secret: ""
region: ""
# endpoint:
bucket: ""
# cpu_cost:
# room_composite_cpu_cost: 3
# track_composite_cpu_cost: 2
# track_cpu_cost: 1
# autoscaling requires resources to be defined
autoscaling:
# set to true to enable autoscaling. when set, ignores replicaCount
enabled: true
minReplicas: 1
maxReplicas: 5
targetCPUUtilizationPercentage: 60
# targetMemoryUtilizationPercentage: 60
# for use with prometheus adapter - the egress service outputs a prometheus metric called livekit_egress_available
# this can be used to ensure a certain number or percentage of instances are available
# custom:
# metricName: my_metric_name
# targetAverageValue: 70
# if egress should run only on specific nodes
# this can be used to isolate designated nodes
nodeSelector: {}
# <http://node.kubernetes.io/instance-type|node.kubernetes.io/instance-type>: c5.2xlarge
resources:
requests:
cpu: 3500m
memory: 1024Mi
limits:
cpu: 8000m
memory: 2048Mi
serviceAccount:
# Specifies whether a service account should be created
create: false
# 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:
<http://sidecar.istio.io/inject|sidecar.istio.io/inject>: "false"
<http://linkerd.io/inject|linkerd.io/inject>: disabled
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
tolerations: []
affinity: {}
this is my config for helm
should I change the resources
for better performance?dry-elephant-14928
05/05/2023, 4:36 PM3500m
requestedwonderful-nail-69227
05/05/2023, 5:32 PMdry-elephant-14928
05/05/2023, 6:13 PMable-gigabyte-21598
05/05/2023, 7:16 PM