Creates a service account and attach it to any deployment pods. serviceAccountName: release name
Deployment configuration
{image: 'redis', tag: '6.0', port: 6379}
Persists data to a volume, using a ConfigMap to decide where to mount it.
Port to expose the application on.
6379
Override the default redis ConfigMap configuration and creates a custom ConfigMap object.
Generated using TypeDoc
Creates a service account and attach it to any deployment pods. serviceAccountName: release name