add: gitlab base

This commit is contained in:
Namonay
2025-12-17 16:35:25 +01:00
parent 97a2ef7e46
commit 25a0b5b1ab
4 changed files with 170 additions and 0 deletions

View File

@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: my-app
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/Namonay/vvaas42.git
targetRevision: HEAD
path: '.'
destination:
server: https://kubernetes.default.svc
namespace: dev
name: ''
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true