shortsmith: deployment, service, PVC y Application
Renderizador determinista JSON->MP4 para Shorts. API interna sin Ingress, en shortsmith-svc:8080; la cola es por proceso y la SQLite va en RWO, de ahí la replica unica con estrategia Recreate. Los recursos van medidos, no estimados, y la tabla con las cifras queda en el propio manifiesto: el pico son 522 MB de anon y lo pone entero el encode, no el render. Ojo al comentario sobre por que los workers salen del limite de CPU y no del request. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: shortsmith
|
||||
namespace: argocd
|
||||
annotations:
|
||||
notifications.argoproj.io/subscribe.on-sync-failed.telegram: "5138407666"
|
||||
notifications.argoproj.io/subscribe.on-health-degraded.telegram: "5138407666"
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||
targetRevision: HEAD
|
||||
path: shortsmith
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: shortsmith
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user