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 persistData

persistData: boolean

Persists data to a volume, using a ConfigMap to decide where to mount it.

Optional Readonly port

port: number

Port to expose the application on.

default

6379

Optional Readonly redisConfigMap

redisConfigMap: { config: string; name: string }

Override the default redis ConfigMap configuration and creates a custom ConfigMap object.

Type declaration

  • Readonly config: string
  • Readonly name: string

Generated using TypeDoc