Class HttpGetPortConfigReferenceStrategy

java.lang.Object
io.quarkiverse.helm.deployment.rules.HttpGetPortConfigReferenceStrategy
All Implemented Interfaces:
ConfigReferenceStrategy

public class HttpGetPortConfigReferenceStrategy extends Object implements ConfigReferenceStrategy
Strategy to select the correct port in the HTTP probes. For example, having the config reference with property `ports.custom` with port `8888`, and the probe is configured to use: livenessProbe: failureThreshold: 3 httpGet: path: /q/health/live port: 8888 scheme: HTTP Then, the probe should use the `ports.custom`, otherwise it should not be applied.
  • Constructor Details

    • HttpGetPortConfigReferenceStrategy

      public HttpGetPortConfigReferenceStrategy()
  • Method Details