mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
16 lines
366 B
YAML
16 lines
366 B
YAML
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
|