프록시 뒤에 배포된 springdoc-openapi-ui(Swager UI)의 "Generated server url"이 잘못됨 Springdoc-openapi-ui(Swagger UI)가 있는 Spring Boot 2.2 응용 프로그램은 HTTP 포트를 실행합니다.애플리케이션은 클러스터 외부에서 서비스로 HTTPS 요청을 수신 라우팅하여 Kubernetes에 배포됩니다. 이 경우 Swagger UI는 다음 위치에서 사용할 수 있습니다.https://example.com/api/swagger-ui.html잘못된 "Generated server url"이 있습니다.http://example.com/api그래야만 하는 동안에https://example.com/api. Swagger UI는 HTTPS에 의해 ..