File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ spec:
281281 - name: revision
282282 value: main
283283 - name: image-url
284- value: 10.214.156.101 :30005/kw-mvn
284+ value: 마스터노드IP :30005/kw-mvn
285285 - name: stage
286286 value: dev
287287 - name: gitops-url
@@ -412,11 +412,11 @@ $ kubectl apply -f argo-rbac.yml -n argo
412412```
413413
414414- Workflow Template을 Submit 하여 빌드 프로세스를 구동합니다.
415- - https://10.214.156.101 :30274/workflow-templates/argo/mvn-build-webhook-simple
415+ - https://마스터노드IP :30274/workflow-templates/argo/mvn-build-webhook-simple
416416- Submit > Entropint : mvn-build > image-url : 자신의 레지스트리 주소로 변경 >Submit
417417
418418- Workflow 구동 결과와 ArgoCD의 동기화 결과, Rancher의 파드 구동 현황을 확인하고
419- - endpoint URL에 접속합니다 (http://10.214.156.101 :30099/ )
419+ - endpoint URL에 접속합니다 (http://마스터노드IP :30099/ )
420420
421421---
422422
@@ -426,7 +426,7 @@ $ kubectl apply -f argo-rbac.yml -n argo
426426# 네임스페이스, Argo Event
427427$ helm repo add argo https://argoproj.github.io/argo-helm
428428$ helm install argo-events argo/argo-events -n argo
429- $ kubectl apply -f https://raw.githubusercontent.com/argoproj/argo-events/stable/examples/eventbus/native.yaml
429+ $ kubectl apply -f https://raw.githubusercontent.com/argoproj/argo-events/stable/examples/eventbus/native.yaml -n argo
430430```
431431---
432432
You can’t perform that action at this time.
0 commit comments