lemon-receptionist-90470
11/25/2021, 1:04 PMdatahub-gms:
enabled: true
image:
repository: xxxxx/datahub-gms
tag: "v0.8.14"
service:
type: ClusterIP
ingress:
enabled: true
annotations:
<http://cert-manager.io/cluster-issuer|cert-manager.io/cluster-issuer>: vault
hosts:
- host: "datahub-gms-api.xxxx.xxxx"
paths: ["/"]
tls:
- secretName: datahub-gms-tls
hosts:
- "datahub-gms-api.xxxx.xxxx"
My file custom-ingestion.yml
source:
type: file
config:
# Coordinates
filename: output.json
sink:
type: "datahub-rest"
config:
server: "<http://datahub-gms-api.xxxx.xxxx>"
Error
When I execute datahub ingest -c custom-ingestion.yml --dry-run
I have the following error:
HTTPError: 404 Client Error: Not Found for url: <http://datahub-gms-api.xxxx.xxxx/config>
Is something missing me?
Thanks!mammoth-bear-12532
/config
endpoint and see what you get back.lemon-receptionist-90470
11/26/2021, 10:30 AMdefault backend - 404
Thanks.lemon-receptionist-90470
11/26/2021, 11:25 AMearly-lamp-41924
11/28/2021, 10:58 PM