Sha256: a99d25b8df8de190b762220748f714af5b0ea01d7c0f329015f0ad75648c73e6

Contents?: true

Size: 548 Bytes

Versions: 10

Compression:

Stored size: 548 Bytes

Contents

kind: workload
name: rails
spec:
  type: standard
  containers:
    - name: rails
      cpu: 512m
      memory: 1Gi
      inheritEnv: true
      image: "/org/APP_ORG/image/APP_IMAGE"
      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
  identityLink: /org/APP_ORG/gvc/APP_GVC/identity/APP_GVC-identity

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cpl-1.3.0 templates/rails.yml
cpl-1.2.0 templates/rails.yml
cpl-1.1.2 templates/rails.yml
cpl-1.1.2.rc.0 templates/rails.yml
cpl-1.1.1 templates/rails.yml
cpl-1.1.0 templates/rails.yml
cpl-1.0.4 templates/rails.yml
cpl-1.0.3 templates/rails.yml
cpl-1.0.2 templates/rails.yml
cpl-1.0.1 templates/rails.yml