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

Getting an error of missing required files when deploying it on kubernetes cluster #7

Open
NehaShipt opened this issue Oct 21, 2022 · 1 comment
Labels
question Further information is requested

Comments

@NehaShipt
Copy link

I am deploying this chart on kubernetes using helm and terraform and using gcs as source of map files . Map-downloader container cameup and running successfully but osrm is not coming up.checked the config maps and logs but did not get anything specific other than the missing files error.

below is my values.yaml:
weightedRule: ${weighted_rule}
fullnameOverride: ${fullname_override}
namespace: "osrm"
serviceAccountEmail: ${service_account_email}
replicaCount: ${replica_count}
cluster:
domain: ${cluster_domain}
tlsCertSecret: ${cluster_tls_secret_name}
persistence:
size: ${storage_size_gibibytes}
map:
source: gcs
gcs:
uri: ${gcs_uri}

passing all the values in locals file.
Am i missing something here?

@hypnoglow
Copy link
Owner

It's not a lot info to understand what's going on in your deployment.

Could you check the events in your pod? Or the logs from the container?

@hypnoglow hypnoglow added the question Further information is requested label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants