Hello, I'm trying to deploy dagster on the AKS usi...
# ask-community
a
Hello, I'm trying to deploy dagster on the AKS using the helm charts provided. I'm able to deploy the code-location separately and dagster components separately and get them running but I'm confused with the server definition of helm chart. I'm unsure what I should put in the host part as I don't deploy the code location as part of the dagster default helm chart:
Copy code
servers:
  - host: "test" // Should this be service url?
    port: 3030
    name: "test"
Can something like service url be put there inside the host?
m
@Abhishek Roul server is the configuration of the gRPC which will be deployed as configmap.
a
Configuration in configmap is fine. I'm more concerned with what should be put in the configuration? Should I put the host as service url of code location or something else?
m
yes! host as a service url.