feat: Gitea Actions + k8s manifests + ArgoCD for k3s deploy
Build & Push Docker Image / build (push) Failing after 42s

This commit is contained in:
root
2026-07-30 07:18:02 +02:00
parent 5d71e60e7d
commit 77c44c44ce
8 changed files with 257 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: toolrate
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.example.com/your-org/tool-evaluator.git
targetRevision: main
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: toolrate
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
ignoreDifferences:
- group: apps
kind: StatefulSet
jsonPointers:
- /spec/replicas
- /spec/template/spec/containers/0/image