Sha256: d5fff36e76a8aed828f225d6caf1f411f16bbd02e2f34b5d098a3ff4fba5e6f3
Contents?: true
Size: 757 Bytes
Versions: 10
Compression:
Stored size: 757 Bytes
Contents
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
Version data entries
10 entries across 10 versions & 1 rubygems