Combine CI and publish workflows
ci / lint (push) Successful in 14s
ci / validate (push) Successful in 10s
ci / publish (push) Failing after 2s

This commit is contained in:
2026-06-27 23:06:45 +02:00
parent ec4805f027
commit 715cb448b7
6 changed files with 337 additions and 135 deletions
+5 -3
View File
@@ -34,8 +34,8 @@ spec:
containers:
- name: telegram-scraper
image: gcr.forust.xyz/forust/telegram-scraper:latest
tty: true
stdin: true
tty: true
ports:
- containerPort: 8080
livenessProbe:
@@ -59,14 +59,16 @@ spec:
- metadata:
name: telegram-scraper-data
spec:
accessModes: ["ReadWriteOnce"]
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 20Gi
- metadata:
name: telegram-scraper-session
spec:
accessModes: ["ReadWriteOnce"]
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Mi