Rebase ArgoCD;Reconfigure Argus;Upgrade Gitea
This commit is contained in:
16
README.md
16
README.md
@ -147,16 +147,12 @@ kubectl apply -f ingress/Traefik2.x/helmchartconfig-traefik.yaml
|
||||
```
|
||||
|
||||
### 4) GitOps
|
||||
##### 4.1) Install Helm Chart
|
||||
See [ArgoCD](https://argo-cd.readthedocs.io/en/stable/getting_started/#getting-started):
|
||||
```shell
|
||||
kubectl create namespace argocd
|
||||
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
||||
```
|
||||
|
||||
Expose endpoints (see [ArgoCD Ingress Configuration](https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#traefik-v22)):
|
||||
```shell
|
||||
kubectl patch deployment -n argocd argocd-server --type='json' -p='[{"op": "add", "path": "/spec/template/spec/containers/0/command/-", "value": "--insecure"}]'
|
||||
kubectl apply -f system/ArgoCD/ingressRoute-ArgoCD.yml
|
||||
helm repo add argo https://argoproj.github.io/argo-helm
|
||||
helm repo update
|
||||
helm install argo-cd -n argo-cd --create-namespace argo/argo-cd --values system/ArgoCD/chart-values.yml
|
||||
```
|
||||
|
||||
Retrieve initial password:
|
||||
@ -165,6 +161,10 @@ kubectl get secret -n argocd argocd-initial-admin-secret -o jsonpath='{.data.pas
|
||||
```
|
||||
Login with username `admin` and the initial password, browse to `User Info` and `Update Password`.
|
||||
|
||||
Create ArgoCD applicationset
|
||||
```shell
|
||||
kubectl apply -f system/ArgoCD/applicationset-homelab.yml
|
||||
```
|
||||
### 5) Services
|
||||
##### 5.1) [Adminer](https://www.adminer.org/) <small>(SQL management)</small>
|
||||
```shell
|
||||
|
Reference in New Issue
Block a user