From 85298a6dacbd0b06c4ea0d07242a1b4434c54d88 Mon Sep 17 00:00:00 2001 From: Nicola Squartini Date: Thu, 6 Oct 2022 11:45:45 +0200 Subject: [PATCH] fix(developers-italia-api): expose only paths under `/v1` --- developers-italia-api/custom.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developers-italia-api/custom.yaml b/developers-italia-api/custom.yaml index b0e19ef..bd524b3 100644 --- a/developers-italia-api/custom.yaml +++ b/developers-italia-api/custom.yaml @@ -11,8 +11,8 @@ ingress: hosts: - host: api.developers.italia.it paths: - - path: / - pathType: ImplementationSpecific + - path: /v1 + pathType: Prefix tls: - hosts: - api.developers.italia.it