Skip to content

Commit

Permalink
Create app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivangShandilya authored Jun 25, 2023
1 parent 1d2b3c9 commit bbc0ecb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions argocd/app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: golang-api
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/ShivangShandilya/golang-api.git
targetRevision: HEAD
path: deployment
destination:
server: https://kubernetes.docker.internal:6443
namespace: golang-api
syncPolicy:
automated:
selfHeal: true

0 comments on commit bbc0ecb

Please sign in to comment.