Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman authored Aug 10, 2023
1 parent b7c6cce commit e6bda6a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,11 @@ GOOGLE_API_KEYS="["jgfhwgqjkfgwegjfgwekfegy","ghejfqwuguyiqfgvuyvu"]"
4. Create Redis Instance
5. Configure Secrets in Github
6. Create new Github Actions workflow
7. Deploy to Kubernetes by pushing to specified branch
7. Deploy to Kubernetes by pushing to specified branch
- After the `beep` namespace has been created, you must add a TLS secrets so that the Linode NodeBalancer can deploy
- `sudo kubectl --kubeconfig ~/Downloads/dev-kubeconfig.yaml create secret tls cert --cert /etc/letsencrypt/live/dev.ridebeep.app/fullchain.pem --key /etc/letsencrypt/live/dev.ridebeep.app/privkey.pem --namespace beep`
8. Update Cloudflare to point to Linode NodeBalancer
- Generate a cert with `sudo certbot certonly --manual --preferred-challenges=dns --email [email protected] --server https://acme-v02.api.letsencrypt.org/directory --agree-tos -d api.dev.ridebeep.app`
- `sudo kubectl --kubeconfig ~/Downloads/dev-kubeconfig.yaml create secret tls cert --cert /etc/letsencrypt/live/api.dev.ridebeep.app/fullchain.pem --key /etc/letsencrypt/live/api.dev.ridebeep.app/privkey.pem --namespace beep`
9. Update Cloudflare to point to Linode NodeBalancer

## 📈 Stats
![Alt](https://repobeats.axiom.co/api/embed/1b46a8057ec1f00f48ce7a9fbe9353c7cbe4ff83.svg "Repobeats analytics image")

0 comments on commit e6bda6a

Please sign in to comment.