Fix Dockerfile and k8s manifest for deployment
- Simplify Dockerfile: use pre-built cross-compiled binary instead of building in Alpine (Alpine only has Zig 0.13, we need 0.15) - Fix image URL in k8s manifest: git.mikhailkilin.ru (not gitea.) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -29,7 +29,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: transcribator
|
||||
image: gitea.mikhailkilin.ru/killingdruid/transcribator:latest
|
||||
image: git.mikhailkilin.ru/killingdruid/transcribator:latest
|
||||
env:
|
||||
- name: TELEGRAM_BOT_TOKEN
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user