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

Fixed k8s deployment #208

Closed
wants to merge 2 commits into from
Closed

Conversation

HakunMatat4
Copy link

These changes were necessary in order to get crAPI running successfully in a Kubernetes cluster.

I had reported the issues here: #207
But since I am already on it, it makes more sense to push the changes myself.
I am not a kubernetes expert but those changes were necessary to get everything running.

  • deploy.sh: Misconfiguration missing both the namespace and incomplete path to the keys
  • identify config: API_GATEWAY_URL was missing causing it to crash and all the pods depending on it
  • workshop config: API_GATEWAY_URL was missing causing it to crash so no access to the products
  • postgresdb and mongodb: their storage only had the PersistentVolumeClaim, PersistentVolume was missing. It was also complaining about the storageClassName

Now you just run the usual: ./deploy

image

image

image

image

image

@HakunMatat4 HakunMatat4 closed this by deleting the head repository Aug 20, 2024
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