values.yaml 1012 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Default values for jitsi
  2. # Declare variables to be passed into your templates.
  3. replicaCount: 1
  4. nameOverride: ""
  5. fullnameOverride: ""
  6. service:
  7. type: ClusterIP
  8. port: 80
  9. targetPort: 8080
  10. ingress:
  11. enabled: true
  12. annotations: {}
  13. # kubernetes.io/ingress.class: nginx
  14. # kubernetes.io/tls-acme: "true"
  15. paths: ["/"]
  16. hosts:
  17. - kube.jitsi.net
  18. tls: []
  19. # - secretName: chart-example-tls
  20. # hosts:
  21. # - chart-example.local
  22. resources: {}
  23. # We usually recommend not to specify default resources and to leave this as a conscious
  24. # choice for the user. This also increases chances charts run on environments with little
  25. # resources, such as Minikube. If you do want to specify resources, uncomment the following
  26. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
  27. # limits:
  28. # cpu: 100m
  29. # memory: 128Mi
  30. # requests:
  31. # cpu: 100m
  32. # memory: 128Mi
  33. nodeSelector: {}
  34. tolerations: []
  35. affinity: {}
  36. logging:
  37. log_group_name: jitsi-meet