Skip to content

Helm Values

Description of each value supplied in helm charts + example.

REDIS-CACHE-ENDPOINT

redis:
  redisConnections:
    - name: cache
      port: 6379
      host: redis-cache.abcde.0001.use2.cache.amazonaws.com

REDIS-WORK-ENDPOINT

redis:
  redisConnections:
    - name: work
      port: 6379
      host: redis-work.abcde.0001.use2.cache.amazonaws.com

REDIS-WORK-POOLS-ENDPOINT

redis:
  redisConnections:
    - name: work-pools
      port: 6379
      host: redis-work-pools.abcde.0001.use2.cache.amazonaws.com

REDIS-TRIGGERS-ENDPOINT

redis:
  redisConnections:
    - name: triggers
      port: 6379
      host: redis-triggers.abcde.0001.use2.cache.amazonaws.com

PREFECT_CLOUD_API_URL

  extraEnv:
    - name: PREFECT_CLOUD_API_URL
      value: https://api-self-hosted.prefect.dev

PREFECT_CLOUD_UI_URL

  extraEnv:
    - name: PREFECT_CLOUD_UI_URL
      value: https://app-self-hosted.prefect.dev

Certificate ARN:

metadata:
  annotations:
    alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-east-2:<account id>:certificate/abcde123-1a2b-3c99-4d88-1234aabbcc