kfaraz commented on code in PR #18413:
URL: https://github.com/apache/druid/pull/18413#discussion_r2295080204
##########
embedded-tests/src/test/java/org/apache/druid/testing/embedded/k8s/K3sDruidService.java:
##########
@@ -36,20 +36,49 @@
*/
public class K3sDruidService
{
- private static final String MANIFEST_TEMPLATE =
"manifests/druid-service.yaml";
+ private static final String KEY_COMMON_RUNTIME_PROPERTIES =
"${commonRuntimeProperties}";
+ private static final String KEY_NODE_RUNTIME_PROPERTIES =
"${nodeRuntimeProperties}";
private final DruidCommand command;
private final Properties properties;
+ private final Properties commonProperties;
+ private Integer druidPort;
Review Comment:
```suggestion
private int servicePort;
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]