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

feat(deploy): added kubernetes deploy #38

Merged
merged 1 commit into from
Nov 28, 2024
Merged

feat(deploy): added kubernetes deploy #38

merged 1 commit into from
Nov 28, 2024

Conversation

adrrf
Copy link
Contributor

@adrrf adrrf commented Nov 27, 2024

This pull request introduces new Kubernetes configurations for the api-gateway service, including a PersistentVolumeClaim, Deployment, and Service. These changes are essential for setting up the api-gateway service within a Kubernetes cluster.

Kubernetes configurations:

  • Added a PersistentVolumeClaim to request 100Mi of storage for the api-gateway-data service in kubernetes/api-gateway-data-persistentvolumeclaim.yaml.
  • Created a Deployment for the api-gateway service with one replica, using the ghcr.io/fis2425/api-gateway:latest image in kubernetes/api-gateway-deployment.yaml.
  • Defined a LoadBalancer Service for the api-gateway to expose port 8080 in kubernetes/api-gateway-service.yaml.

@adrrf adrrf merged commit 2adac13 into main Nov 28, 2024
3 checks passed
@adrrf adrrf deleted the feature/36-kubernetes branch November 28, 2024 16:07
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.

2 participants