reorg docs for argocd

This commit is contained in:
Ibrahim Mkusa 2024-11-21 12:54:59 -05:00
parent 7e521afe6b
commit 234a69f50a
3 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
```
k create -n argocd
k -n argocd apply -f install.yaml
```

View File

@ -22825,7 +22825,6 @@ metadata:
app.kubernetes.io/part-of: argocd app.kubernetes.io/part-of: argocd
name: argocd-repo-server name: argocd-repo-server
spec: spec:
type: LoadBalancer
ports: ports:
- name: server - name: server
port: 8081 port: 8081
@ -22848,6 +22847,7 @@ metadata:
name: argocd-server name: argocd-server
spec: spec:
type: LoadBalancer type: LoadBalancer
loadBalancerIP: 192.168.0.232
ports: ports:
- name: http - name: http
port: 80 port: 80