Class HttpGetPortConfigReferenceStrategy
java.lang.Object
io.quarkiverse.helm.deployment.rules.HttpGetPortConfigReferenceStrategy
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpGetPortConfigReferenceStrategy
public HttpGetPortConfigReferenceStrategy()
-
-
Method Details
-
visitPath
- Specified by:
visitPathin interfaceConfigReferenceStrategy
-