Sha256: 20bdc63951401aef12869259aedf9f6bd72944287cdafeb129a1e5f56b6bfe2a
Contents?: true
Size: 560 Bytes
Versions: 9
Compression:
Stored size: 560 Bytes
Contents
kind: workload name: rails spec: type: standard containers: - name: rails cpu: 512m memory: 1Gi inheritEnv: true image: {{APP_IMAGE_LINK}} ports: - number: 3000 protocol: http defaultOptions: autoscaling: minScale: 1 maxScale: 1 capacityAI: false timeoutSeconds: 60 firewallConfig: external: inboundAllowCIDR: - 0.0.0.0/0 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