diff --git a/hydra/deploy/admin/deploy.jsonnet b/hydra/deploy/admin/deploy.jsonnet index fe9b66f..824efd5 100644 --- a/hydra/deploy/admin/deploy.jsonnet +++ b/hydra/deploy/admin/deploy.jsonnet @@ -16,7 +16,7 @@ resfdeploy.new({ command: '/bin/sh', // We can use dangerous-force-http because we're using mTLS internally // and terminate TLS at ingress point. - args: common.sh_args($.dsn, '/usr/bin/hydra serve admin --dangerous-force-http'), + args: common.sh_args($.dsn, '/usr/bin/hydra serve admin'), image: common.image, tag: common.tag, dsn: { diff --git a/hydra/deploy/public/deploy.jsonnet b/hydra/deploy/public/deploy.jsonnet index 761f3c9..d993a50 100644 --- a/hydra/deploy/public/deploy.jsonnet +++ b/hydra/deploy/public/deploy.jsonnet @@ -15,7 +15,7 @@ resfdeploy.new({ command: '/bin/sh', // We can use dangerous-force-http because we're using mTLS internally // and terminate TLS at ingress point. - args: common.sh_args($.dsn, '/usr/bin/hydra serve public --dangerous-force-http'), + args: common.sh_args($.dsn, '/usr/bin/hydra serve public'), image: common.image, tag: common.tag, dsn: {