kind: workload name: sidekiq spec: type: standard containers: - name: sidekiq cpu: 50m memory: 256Mi args: - bundle - exec - sidekiq - "-C" - config/sidekiq.yml inheritEnv: true image: "/org/APP_ORG/image/APP_IMAGE" ports: - number: 7433 protocol: http lifecycle: preStop: exec: command: - pkill - "-TSTP" - "-f" - ^sidekiq\s defaultOptions: autoscaling: minScale: 1 maxScale: 1 capacityAI: false firewallConfig: external: outboundAllowCIDR: - 0.0.0.0/0 identityLink: /org/APP_ORG/gvc/APP_GVC/identity/APP_GVC-identity