reorg docs for argocd
This commit is contained in:
parent
7e521afe6b
commit
234a69f50a
5
manifests/argocd/README.md
Normal file
5
manifests/argocd/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
```
|
||||
k create -n argocd
|
||||
|
||||
k -n argocd apply -f install.yaml
|
||||
```
|
@ -22825,7 +22825,6 @@ metadata:
|
||||
app.kubernetes.io/part-of: argocd
|
||||
name: argocd-repo-server
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- name: server
|
||||
port: 8081
|
||||
@ -22848,6 +22847,7 @@ metadata:
|
||||
name: argocd-server
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: 192.168.0.232
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
|
Loading…
Reference in New Issue
Block a user