Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We store the Kubernetes manifests files in the manifests in the subfolder. We store the shell scripts in the src folder.

In `deploydeploy-to-k8s.sh`sh, we copy .env.example and use sed to replace the template values with values for testing/production. You will need to update this part of the script with your own values. There is an example sed replacement in function `substitutesubstitute_manifest()` in `deploydeploy-to-k8s.sh`sh. Here, you can substitute your own Docker images for Capifcore and Service Manager for local development.

...