Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RedisApplicationProps

Index

Properties

Optional Readonly createServiceAccount

createServiceAccount: boolean

Creates a service account and attach it to any deployment pods. serviceAccountName: release name

Optional Readonly deployment

deployment: Partial<DeploymentProps>

Deployment configuration

default

{image: 'redis', tag: '6.0', port: 6379}

Optional Readonly port

port: number

Port to expose the application on.

default

6379

Generated using TypeDoc