lint: fix bare except and unused variables
This commit is contained in:
@@ -38,6 +38,18 @@ spec:
|
||||
stdin: true
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 8080
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 30
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 8080
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
volumeMounts:
|
||||
- name: telegram-scraper-data
|
||||
mountPath: /app/data
|
||||
|
||||
Reference in New Issue
Block a user