Skip to content

Commit d964749

Browse files
upd
1 parent c9cace9 commit d964749

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

server.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: server
5+
finalizers:
6+
- resources-finalizer.argocd.argoproj.io/foreground
7+
spec:
8+
project: default
9+
source:
10+
path: gitops/single-service
11+
repoURL: https://github.com/vitalii-codefresh/simple-server.git
12+
targetRevision: develop
13+
destination:
14+
name: in-cluster
15+
namespace: server-ns
16+
syncPolicy:
17+
automated:
18+
prune: true
19+
selfHeal: true
20+
allowEmpty: false
21+
syncOptions:
22+
- PrunePropagationPolicy=foreground
23+
- Replace=false
24+
- PruneLast=false
25+
- Validate=true
26+
- CreateNamespace=true
27+
- ApplyOutOfSyncOnly=false
28+
- ServerSideApply=true
29+
- RespectIgnoreDifferences=false

0 commit comments

Comments
 (0)