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

Unable to deploy storedog Application #273

Open
aishvaryaps opened this issue Jan 30, 2023 · 4 comments
Open

Unable to deploy storedog Application #273

aishvaryaps opened this issue Jan 30, 2023 · 4 comments

Comments

@aishvaryaps
Copy link

Hello team,

I have deployed this Storedog app on K8:
https://github.com/DataDog/ecommerce-workshop/tree/main/deploy/generic-k8s/ecommerce-app
When i trigger the app from browser i see its broken.
Can u share a working application yaml files ?

@stevedatadog
Copy link
Contributor

stevedatadog commented Jan 30, 2023 via email

@aishvaryaps
Copy link
Author

aishvaryaps commented Feb 15, 2023

Yes i can see red stack trace as below
image

I have executed kubectl apply -f deploy/generic-k8s/ecommerce-app. I am running the application on the Kubernetes cluster.
after this kubectl apply command I have updated image in frontend deployment as below
image

also updated advertisement deployment as below

image

Still i see red stack trace. I am unable to see the application frontend.

For DB pod deployment i can see error as below. Do we need to update DB image as well
image
DB pod logs
image

@aishvaryaps
Copy link
Author

@stevedatadog can you assist please

@stevedatadog
Copy link
Contributor

The postgres container requires an environment variable to set the password for the default user. Did you create that secret? For example:

kubectl create secret generic db-password --from-literal=token=postgres

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

No branches or pull requests

2 participants