File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,20 +13,21 @@ metadata:
1313 {{- end }}
1414data :
1515 # ## HTTP SERVER CONFIG ###
16-
16+
1717 config.yml : |-
18- # Enables HTTP server configuration overrides (see: https://www.dropwizard.io/en/stable/manual/configuration.html#servers)
18+ # Enables HTTP server configuration overrides (see: https://www.dropwizard.io/en/stable/manual/configuration.html#servers)
1919 server:
2020 applicationConnectors:
2121 - type: http
2222 port: ${MARQUEZ_PORT}
23+ httpCompliance: RFC7230_LEGACY
2324 adminConnectors:
2425 - type: http
2526 port: ${MARQUEZ_ADMIN_PORT}
26-
27+
2728 ### DATABASE CONFIG ###
2829
29- # Enables database configuration overrides (see: https://www.dropwizard.io/en/stable/manual/configuration.html#database)
30+ # Enables database configuration overrides (see: https://www.dropwizard.io/en/stable/manual/configuration.html#database)
3031 db:
3132 driverClass: org.postgresql.Driver
3233 url: jdbc:postgresql://${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
You can’t perform that action at this time.
0 commit comments