Update README with instructions

This commit is contained in:
Victor Timofei 2021-12-29 15:32:46 +02:00
parent 5e7d850520
commit 708abdbf51
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 14 additions and 0 deletions

View File

@ -2,3 +2,17 @@
Kubernetes Digital Ocean Challenge Kubernetes Digital Ocean Challenge
[Deploy a GitOps CI/CD implementation](https://www.digitalocean.com/community/pages/kubernetes-challenge#anchor--challenges) [Deploy a GitOps CI/CD implementation](https://www.digitalocean.com/community/pages/kubernetes-challenge#anchor--challenges)
## Installation:
```sh
./install.sh
```
Update the DNS records to point to the load balancer.
Install cert-manager and create Ingress for ArgoCD.
```sh
DOMAIN=my.domain EMAIL_ADDRESS=victor@my.domain ./install-cert-manager.sh
```