Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security 2.0 Configs and Auth #338

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Security 2.0 Configs and Auth #338

wants to merge 3 commits into from

Conversation

Cat-Vader
Copy link

@Cat-Vader Cat-Vader commented Apr 24, 2024

🚀 This description was created by Ellipsis for commit 4bdad33.

Summary:

This PR optimizes resource usage in the Kubernetes deployment configuration, enables configmap-based configuration, and sets up environment variables for ZEP and Azure OpenAI services.

Key points:

  • Reduced memory and CPU requests and limits for containers in /zep-k8-deployment.yaml
  • Enabled pulling of configuration from a configmap
  • Added environment variables for ZEP and Azure OpenAI services
  • Adjusted readiness probes and resource requests and limits for ZEP service

Generated with ❤️ by ellipsis.dev

Cat-Vader and others added 3 commits April 11, 2024 16:26
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Changes requested.

  • Reviewed the entire pull request up to 4bdad33
  • Looked at 112 lines of code in 1 files
  • Took 51 seconds to review
More info
  • Skipped 0 files when reviewing.
  • Skipped posting 0 additional comments because they didn't meet confidence threshold of 50%.

Workflow ID: wflow_n705Ipmdxr2CYdGS


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. We'll respond in a few minutes. Learn more here.

# name: azure-openai-secret
# key: endpoint
Uncomment to enable pulling config from the configmap
env:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a duplicated block of environment variables starting from this line. Please remove the duplicate entries to avoid configuration errors.

This issue also affects lines 142-159.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant