Sha256: 2b0f355d4c81825ba589caa681e43c9a9a261f535f963b967d60e0a5f01d7db6

Contents?: true

Size: 472 Bytes

Versions: 2

Compression:

Stored size: 472 Bytes

Contents

kind: workload
name: maintenance
spec:
  type: standard
  containers:
    - name: maintenance
      env:
        - name: PORT
          value: '3000'
        - name: PAGE_URL
          value: ''
      image: 'shakacode/maintenance-mode'
      ports:
        - number: 3000
          protocol: http
  defaultOptions:
    autoscaling:
      maxScale: 1
    capacityAI: false
    timeoutSeconds: 60
  firewallConfig:
    external:
      inboundAllowCIDR:
        - 0.0.0.0/0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cpl-1.0.0 templates/maintenance.yml
cpl-0.7.0 templates/maintenance.yml