--- apiVersion: apps/v1 kind: Deployment metadata: name: get-id-bot labels: app: get-id-bot annotations: reloader.stakater.com/auto: "true" spec: selector: matchLabels: app: get-id-bot replicas: 1 strategy: type: RollingUpdate template: metadata: labels: app: get-id-bot spec: nodeSelector: kubernetes.io/hostname: master.tail2fe2d.ts.net containers: - name: get-id-bot image: 'ghcr.io/house-of-vanity/get_id_bot:main' imagePullPolicy: Always envFrom: - secretRef: name: get-id-bot env: - name: RUST_LOG value: "info,teloxide::error_handlers=off"