4c59a2d2fe
- restore-seed-job.yaml.example: translate runbook to English - secrets.yaml.example: translate section headers to English - webinar-checker.yaml: translate initContainer dependency-order comments to English Co-authored-by: assistant
28 lines
636 B
Plaintext
28 lines
636 B
Plaintext
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: edu-master-secrets
|
|
namespace: edu-master
|
|
type: Opaque
|
|
stringData:
|
|
# Session keeper credentials
|
|
KEEPER_LOGIN: ""
|
|
KEEPER_PASSWORD: ""
|
|
KEEPER_INTERVAL: "10"
|
|
# EDU links
|
|
EDU_URL_BASE: "https://edu.edu.vn.ua"
|
|
EDU_URL_LOGIN: "/user/login"
|
|
EDU_URL_COURSES: "/course/userlist"
|
|
EDU_URL_WEBINAR: "/webinar/useractive"
|
|
# Playwright
|
|
USER_AGENT: ""
|
|
PLAYWRIGHT_WS: "ws://playwright-service:3000/ws"
|
|
# Webinar-checker
|
|
WEBINAR_TELEGRAM_TOKEN: ""
|
|
WEBINAR_ADMIN_ID: ""
|
|
WEBINAR_CHECK_INTERVAL: "60"
|
|
# Database
|
|
REDIS_HOST: "redis"
|
|
REDIS_PORT: "6379"
|
|
TZ: "Europe/Kyiv"
|