Sha256: 3154b1d0bd1adbd85c05ad227a73cd8ba5c342ac99edacf218fbc2d5b7b6f950
Contents?: true
Size: 769 Bytes
Versions: 9
Compression:
Stored size: 769 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: {{APP_IMAGE_LINK}} 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 # Identity is used for binding workload to secrets identityLink: {{APP_IDENTITY_LINK}}
Version data entries
9 entries across 9 versions & 2 rubygems