Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Description

Default

Opinion Jens

Opinion Przemek

ports.airflowUI

Airflow UI port.

8080

keep all

Keep

ports.apiServer

API server port.

8080

 

Keep

ports.flowerUI

Flower UI port.

5555

 

Move with flower to Kustomize

ports.pgbouncer

PgBouncer port.

6543

 

Keep

ports.pgbouncerScrape

PgBouncer scrape port.

9127

 

Keep

ports.redisDB

Redis port.

6379

 

Keep

ports.statsdIngest

StatsD ingest port.

9125

 

Move Maybe move with statsd to Kustomize

ports.statsdScrape

StatsD scrape port.

9102

 

Move Maybe move with statsd to Kustomize

ports.triggererLogs

Triggerer logs port.

8794

 

Keep

ports.workerLogs

Worker logs port.

8793

 

Keep

...

Parameter

Description

Default

Opinion Jens

Opinion Bugra

Opinion Przemek

data.brokerUrlSecretAnnotations

Annotations to add to the broker url secret.

{}

 

 

Move to workers.celery/redis as it is only for CeleryExecutor

data.metadataConnection.db

The name of the database.

postgres

 

 

Move to new metastore/database section

 

 

 

 

 

 

 

 

data.metadataConnection.host

The database host.

~

 

 

data.metadataConnection.pass

The user’s password.

postgres

 

 

data.metadataConnection.port

The database port.

5432

 

 

data.metadataConnection.protocol

The database protocol.

postgresql

 

 

data.metadataConnection.secretAnnotations

Annotations to add to the metadata connection secret.

{}

 

 

data.metadataConnection.sslmode

The database SSL parameter.

disable

 

 

data.metadataConnection.user

The database user.

postgres

 

 

data.metadataSecretName

Metadata connection string secret.

~

 

 

data.resultBackendConnection

Result backend connection configuration.

~

 

 

Move to workers.celery as it is only for CeleryExecutor


 

 

 

 

 

 

 

 

 

data.resultBackendConnection.db

The name of the database.

~

 

 

data.resultBackendConnection.host

The database host.

~

 

 

data.resultBackendConnection.pass

The database password.

~

 

 

data.resultBackendConnection.port

The database port.

~

 

 

data.resultBackendConnection.protocol

The database protocol.

~

 

 

data.resultBackendConnection.sslmode

The database SSL parameter.

~

 

 

data.resultBackendConnection.user

The database user.

~

 

 

data.resultBackendConnectionSecretAnnotations

Annotations to add to the result backend connection secret.

{}

 

 

data.resultBackendSecretName

Result backend connection string secret.

~

 

 

postgresql.auth.enablePostgresUser

Assign a password to the ‘postgres’ admin user. Otherwise, remote access will be blocked for this user

True

Drop postgres inline support

 

 

 

 

 

 

This is not even needs a discussion :D 

Drop

postgresql.auth.password

Password for the custom user to create.

""

 

postgresql.auth.postgresPassword

Password for the ‘postgres’ admin user.

postgres

 

postgresql.auth.username

Name for a custom user to create

""

 

postgresql.enabled

Enable PostgreSQL subchart.

True

 

postgresql.image.repository

The PostgreSQL image repository.

bitnamilegacy/postgresql

 

postgresql.image.tag

The PostgreSQL image tag.

16.1.0-debian-11-r15

 

...