diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-14 15:32:21 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-14 15:32:21 +0300 |
| commit | 112cf5742d65ac41ffd94680d4dce349626010a4 (patch) | |
| tree | 92ef0d2d832c629f34ff521bd39a42da898e5350 /f3s/argocd-apps/services | |
| parent | e592c41ae27881cc645bb66d4c7fac9e976fad0f (diff) | |
Add goprecords service deployment for f3s.
Introduce Docker build/push workflow, Helm manifests, and ArgoCD application wiring for goprecords so the cluster can deploy the new daemon API service from the private registry.
Made-with: Cursor
Diffstat (limited to 'f3s/argocd-apps/services')
| -rw-r--r-- | f3s/argocd-apps/services/goprecords.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/f3s/argocd-apps/services/goprecords.yaml b/f3s/argocd-apps/services/goprecords.yaml new file mode 100644 index 0000000..de2f197 --- /dev/null +++ b/f3s/argocd-apps/services/goprecords.yaml @@ -0,0 +1,28 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: goprecords + namespace: cicd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: http://git-server.cicd.svc.cluster.local/conf.git + targetRevision: master + path: f3s/goprecords/helm-chart + destination: + server: https://kubernetes.default.svc + namespace: services + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=false + retry: + limit: 3 + backoff: + duration: 5s + factor: 2 + maxDuration: 1m |
