Parameters
The parent key for all of the following parameters is floodgate
.
imageBuildDay
type |
string |
default |
|
allowed values |
|
This parameter allows users to configure Floodgate to specify on which day of the week the upgrade plan container image is built.
The component expects the parameter to be a day of the week, with capitalized first letter, see the list provided in "allowed values" above.
Since Floodgate itself expects the day of the week as a number, the component translates the provided image build day to "0"
- "6"
, where "0"
is Sunday.
The component uses the final value as value for environment variable FG_IMAGE_DAY
for the Floodgate container.
See the Floodgate documentation for details on how Floodgate works.
ingress
Configuration for the Floodgate Ingress object.
annotations
type |
object |
default |
|
Annotations to add to the Floodgate ingress object.
Individual annotations can be removed by setting their value to null
.
Removing the The component currently expects that the TLS key and certificate for the Ingress are available in secret |
resources
type |
object |
default |
The resource requests and limits for the Floodgate container.
Individual requests or limits can be removed by setting the fields to null
.