Hey all,
I'm struggling with the setup of druid-kubernetes-overlord-extensions with the customTemplateAdapter with the following setting snippet:
druid.indexer.runner.k8s.adapter.type=customTemplateAdapter
druid.indexer.runner.k8s.podTemplate.base=/druid/taskSpecTemplates/basePodSpec.yaml
druid.indexer.runner.k8s.podTemplate.index_parallel=/druid/taskSpecTemplates/basePodSpec.yaml
Basically I have no idea how the basePodSpec.yaml shall look like.
Is it just a "normal" Kubernetes PodSpec with kind: Pod or is it a kind: PodTemplate?
Can somebody maybe post a basePodSpec.yaml here as an first example?