wunderio / silta-circleci

A docker image used to run Silta builds on circleCI
1 stars 6 forks source link

Set proxy only for kubernetes cluster connections #193

Closed Jancis closed 5 months ago

Jancis commented 7 months ago

Blocked by https://github.com/wunderio/silta-cli/pull/61, do not merge until cli binaries are built

Last attempt to use proxy caused some nodejs project build issues. This change sets proxy only for kubernetes cluster connections which should fix it.

Testing - both deployments have to be green. Drupal fails due to drupal-deploy command initializing tunnel before cli can be downloaded (there is no pre-step to inject test cli download).

  1. https://github.com/wunderio/drupal-project-k8s/tree/feature/test-cluster/proxy-test
  2. https://github.com/wunderio/frontend-project-k8s/tree/feature/test-cluster/proxy-test
Jancis commented 6 months ago

Those two instances are removed now - kubectl get (Wait for resources to be ready) is actually a duplicate of this and kubectl delete (Special updates) is an older step that was kept as an example for potential migration. Removed that too.