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