apiVersion: v1 kind: Secret metadata: name: groupfactory-client-bot-secret namespace: groupfactory labels: app.kubernetes.io/name: groupfactory-client-bot type: Opaque stringData: TELEGRAM_BOT_TOKEN: "replace-with-telegram-bot-token" GROUPFACTORY_API_KEY: "change-me-api-key"