added nginx app
This commit is contained in:
24
app-nginx-test.yaml
Normal file
24
app-nginx-test.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: app-nginx-test
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
||||
source:
|
||||
repoURL: https://git.curringtoncloud.com/ldc/HomeLab-GitOps.git
|
||||
targetRevision: HEAD
|
||||
path: nginx-test
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: homelab
|
||||
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
|
||||
Reference in New Issue
Block a user