mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
argocd: add main app
This commit is contained in:
parent
82c288c460
commit
6a3adf7aca
2 changed files with 17 additions and 0 deletions
1
main/Chart.yaml
Normal file
1
main/Chart.yaml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
name: main
|
||||||
16
main/templates/nginx-ingress.yaml
Normal file
16
main/templates/nginx-ingress.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: nginx-ingress
|
||||||
|
namespace: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: nginx-ingress
|
||||||
|
server:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: apps/system/nginx-ingress
|
||||||
|
repoURL: git@github.com:gorilych/gf-k8s
|
||||||
|
targetRevision: argocd-gitops
|
||||||
Loading…
Reference in a new issue