diff --git a/application.yaml b/application.yaml index 5249819..38721d3 100644 --- a/application.yaml +++ b/application.yaml @@ -7,8 +7,8 @@ spec: project: default source: - repoURL: https://github.com/yangchuansheng/argocd-lab.git - targetRevision: HEAD + repoURL: https://gitea.wty.cool/root/zero.git + targetRevision: main path: dev destination: server: https://kubernetes.default.svc @@ -20,4 +20,4 @@ spec: automated: selfHeal: true - prune: true + prune: true \ No newline at end of file diff --git a/dev/deployment.yaml b/dev/deployment.yaml index 902c642..fbd0ed4 100644 --- a/dev/deployment.yaml +++ b/dev/deployment.yaml @@ -6,7 +6,7 @@ spec: selector: matchLabels: app: myapp - replicas: 2 + replicas: 3 template: metadata: labels: @@ -16,4 +16,4 @@ spec: - name: myapp image: nginx:latest ports: - - containerPort: 80 + - containerPort: 80 \ No newline at end of file