You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
FEATURE REQUEST
Which chart:
Artifactory - 7.84.12
What happened:
I would like to request an enhancement to the configuration of individual parameters in the readiness probes in the chart. The current layout of the chart does not allow us to make individual changes to parameters such as periodSeconds value without modifying the entire block of configuration. This limitation poses a challenge, particularly when upstream values, such as the readiness endpoint, undergo changes.
Currently, the readiness probe configuration is defined as follows:
In the above configuration, altering the periodSeconds parameter requires modification of the entire config block. This approach is not ideal for a couple of reasons:
Granularity of Changes: It forces us to modify multiple parameters even when only one needs to be changed. This increases the risk of unintentional errors and complicates configuration management.
Upstream Changes: When upstream values (like the readiness endpoint) are updated, altering the entire block complicates the integration of these updates. This could potentially lead to configuration drift and inconsistencies.
To address these issues, we propose the following enhancement:
Refactor the chart to allow individual parameters within the readiness probe configuration to be overridden without requiring the entire block to be modified.
For example, the configuration could be structured to allow direct modification of each standalone parameter:
As a result, this change would allow individual parameters to be easily overridden in values files without impacting other parts of the configuration. It would significantly enhance the flexibility and maintainability of the chart.
The text was updated successfully, but these errors were encountered:
Is this a request for help?:
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
FEATURE REQUEST
Which chart:
Artifactory - 7.84.12
What happened:
I would like to request an enhancement to the configuration of individual parameters in the readiness probes in the chart. The current layout of the chart does not allow us to make individual changes to parameters such as
periodSeconds
value without modifying the entire block of configuration. This limitation poses a challenge, particularly when upstream values, such as the readiness endpoint, undergo changes.Currently, the readiness probe configuration is defined as follows:
In the above configuration, altering the periodSeconds parameter requires modification of the entire config block. This approach is not ideal for a couple of reasons:
To address these issues, we propose the following enhancement:
Refactor the chart to allow individual parameters within the readiness probe configuration to be overridden without requiring the entire block to be modified.
For example, the configuration could be structured to allow direct modification of each standalone parameter:
As a result, this change would allow individual parameters to be easily overridden in values files without impacting other parts of the configuration. It would significantly enhance the flexibility and maintainability of the chart.
The text was updated successfully, but these errors were encountered: