This message was deleted.
# helpdesk
s
This message was deleted.
1
a
Is this helm? I think you’re missing
egress:
in your config
Copy code
replicaCount: 1

egress:
  api_key: key
  api_secret: secret
  ws_url: ws://<livekit-host> no port
  redis:
    address: <redis-address>:25061
    username: <redis-username>
    password: <redis-pw>
    use_tls: true
    db: 0

  health_port: 8080
  prometheus_port: 9090
  log_level: debug
  insecure: false

resources:
  limits:
    cpu: 7500m
    memory: 7168Mi
  requests:
    cpu: 6500m
    memory: 6144Mi
👍🏻 1
💯 1
p
Yooo that did it! Thank you! I tried egress: with child props indented before, but I probably had some other issue going on for those experiments.