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

fix: improving k8s usecase support #18

Merged
merged 11 commits into from
Mar 27, 2024
Merged

fix: improving k8s usecase support #18

merged 11 commits into from
Mar 27, 2024

Conversation

karl-cardenas-coding
Copy link
Contributor

@karl-cardenas-coding karl-cardenas-coding commented Mar 24, 2024

Describe the Change

This PR adds support Kubernetes by adding additional logic to the proxy container. Ne changes include:

  • A deployment YAML for Kubernetes.
  • A service script that queries the Kubernetes API for the hostname of the service supporting the UI.
  • A new environment variable to support the Kubernetes use case QUERY_K8S_API
  • Fixed missing home directory for appuser.
  • I updated the Caddy configuration so it does not automatically inject the authorization token. This allows the API to be protected.

Review Changes

🎫 Jira Ticket

@karl-cardenas-coding karl-cardenas-coding added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 24, 2024
Copy link
Contributor

@addetz addetz left a comment

Choose a reason for hiding this comment

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

Reviewed together with @caroldelwing ⭐ Excellent work!
Successfully deployed on Azure as well! 🚀

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
deployment/k8s.yaml Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
deployment/k8s.yaml Outdated Show resolved Hide resolved
deployment/k8s.yaml Outdated Show resolved Hide resolved
@karl-cardenas-coding karl-cardenas-coding merged commit 3570a1a into main Mar 27, 2024
3 checks passed
@karl-cardenas-coding karl-cardenas-coding deleted the k8s-work branch March 27, 2024 15:47
github-actions bot pushed a commit that referenced this pull request Mar 27, 2024
## [1.1.2](v1.1.1...v1.1.2) (2024-03-27)

### Bug Fixes

* improving k8s usecase support ([#18](#18)) ([3570a1a](3570a1a))
Copy link

🎉 This PR is included in version 1.1.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants