mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
48 lines
1.0 KiB
YAML
48 lines
1.0 KiB
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: turash-frontend
|
|
namespace: argocd
|
|
labels:
|
|
app: turash-frontend
|
|
environment: production
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://gitea.bk.glpx.pro/mukimovd/turash.git
|
|
targetRevision: master
|
|
path: k8s
|
|
kustomize: {}
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: turash
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
allowEmpty: false
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- PrunePropagationPolicy=foreground
|
|
- PruneLast=true
|
|
retry:
|
|
limit: 5
|
|
backoff:
|
|
duration: 5s
|
|
factor: 2
|
|
maxDuration: 3m
|
|
revisionHistoryLimit: 10
|
|
ignoreDifferences:
|
|
- group: apps
|
|
kind: Deployment
|
|
jsonPointers:
|
|
- /spec/replicas
|
|
- group: autoscaling
|
|
kind: HorizontalPodAutoscaler
|
|
jsonPointers:
|
|
- /spec/minReplicas
|
|
- /spec/maxReplicas
|
|
|