You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to have a staging deployment of the application to be able to test things before taking them to production.
Now that a dummy deploy has happened successfully we need to do one, specific to staging.
Definition of Done
run kubeclt get svc to get the public IP of the ingress controller
go to namecheap and add an A record to route all requests to staging.cellmapchallenge.2i2c.cloud to this IP
create a staging.values.yaml file
this values file setups ingress.hosts to hold staging.cellmapchallenge.2i2c.cloud domain
The text was updated successfully, but these errors were encountered:
yuvipanda
changed the title
Deploy staging with HTTPS to staging.cellmapchallenge.2i2c.cloud
Deploy staging with HTTP to staging.cellmapchallenge.2i2c.cloud
Aug 29, 2024
We need to have a staging deployment of the application to be able to test things before taking them to production.
Now that a dummy deploy has happened successfully we need to do one, specific to staging.
Definition of Done
kubeclt get svc
to get the public IP of the ingress controllerstaging.cellmapchallenge.2i2c.cloud
to this IPstaging.values.yaml
fileingress.hosts
to holdstaging.cellmapchallenge.2i2c.cloud
domainThe text was updated successfully, but these errors were encountered: