Sha256: 7764f16306f0bfcafb8d84ca21966394e462ff498af9e39e4c73f3c55a8b0279

Contents?: true

Size: 883 Bytes

Versions: 5

Compression:

Stored size: 883 Bytes

Contents

common:
  strictSecurity: true
  waylonImage: MISSING

redis:
  enabled: true
  hostAndPort: redis:6379
  image: redis:6-alpine
  imagePullPolicy: Always
  command:
  - "redis-server"
  - "--appendonly yes"
  cpuLimit: 200m
  memoryLimit: 512Mi
  storage:
    capacity: 1Gi
    class: longhorn

web:
  deployment:
    imagePullPolicy: IfNotPresent
    logLevel: DEBUG
    # Rollout settings
    maxSurge: 2
    maxUnavailable: 0
    replicas: 1
    cpuLimit: 250m
    memoryLimit: 256Mi
  ingress:
    enabled: true
    class: nginx
    hostname: MISSING
    tls:
      enabled: true
      issuer: letsencrypt
      issuerClass: ClusterIssuer
  service:
    port: 80
    type: ClusterIP

worker:
  deployment:
    imagePullPolicy: IfNotPresent
    logLevel: DEBUG
    # Rollout settings
    maxSurge: 2
    maxUnavailable: 0
    replicas: 2
    cpuLimit: 500m
    memoryLimit: 768Mi

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
waylon-0.3.0 examples/deploying/helm/waylon/values.yaml
waylon-0.2.6 examples/deploying/helm/waylon/values.yaml
waylon-0.2.5 examples/deploying/helm/waylon/values.yaml
waylon-0.2.4 examples/deploying/helm/waylon/values.yaml
waylon-0.2.2 examples/deploying/helm/waylon/values.yaml