David Choy
04/03/2022, 5:02 AMdagit:
replicaCount: 1
image:
# When a tag is not supplied for a Dagster provided image,
# it will default as the Helm chart version.
repository: "<http://docker.io/dagster/dagster-celery-k8s|docker.io/dagster/dagster-celery-k8s>"
tag: ~
pullPolicy: Always
service:
type: LoadBalancer
# Defines the port where Dagit will serve requests; if changed, don't forget to update the
# livenessProbe and startupProbe entries below as well.
httpPorts:
port: 80
targetPort: http
httpsPorts:
port: 443
targetPort: https
I get this error.
Error: UPGRADE FAILED: values don't meet the specifications of the schema(s) in the following chart(s):
dagster:
- dagit.service: Additional property httpPorts is not allowed
- dagit.service: Additional property httpsPorts is not allowed
Please advise.johann
04/04/2022, 4:36 PMDavid Choy
04/04/2022, 7:44 PM