Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer committed Aug 13, 2023
2 parents 7869f41 + 98cd949 commit ad16b23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# jarvis (v2)

An assortment of microservices and home automation services/experiments. Wrapped into a friendly chatbot (named Jarvis) and hosted in an Azure Kubernetes cluster.
An ever-changing assortment of microservices and home automation services/experiments. Wrapped into a friendly chatbot (named Jarvis) and hosted in an Azure Kubernetes cluster.

## Deploy

Jarvis is hosted on Azure Kubernetes service via the [rollout spec](./rollout.yaml) in this repo. The [deploy-to-cluster.yaml](./.github/workflows/deploy-to-cluster.yaml) workflow is triggers on pushes to `main`.
Jarvis is hosted on Azure Kubernetes service via the [rollout spec](./rollout.yaml) in this repo. Deploy with `kubectl apply -f rollout.yaml`.

## Developing 🚀

This repo is set up with a `.devcontainer.json` configuration, for development in Codespaces or Remote-Containers.
This repo is set up with a `.devcontainer.json` configuration for development in Codespaces.

Running the `Start Server` vscode task will build and run the `go` project under `./server`.

The task either:
The task requires either:

- A `dev.env` environment variable file. See [example.env](./example.env) for an idea of what secrets are necessary.
- A complete `dev.env` environment variable file. See [example.env](./example.env) for an idea of what secrets are necessary.

- [Codespace repo-scoped secrets](https://docs.github.com/en/enterprise-cloud@latest/rest/codespaces/repository-secrets) for [each required secret](./example.env).

Expand Down

0 comments on commit ad16b23

Please sign in to comment.