OpenLayer tile to Cesium?

Hello dear community.
I have a web server which serve tiles like below in OpenLayers, and I would like to transit it to Cesium.
https://localhost:4422/gsrv/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image/png8&TRANSPARENT=true&LAYERS=iacsseu:V_WEBMAP_GEO_PHBL_INFO&STYLES=V_WEBMAP_GEO_PHBL_INFO_LBL&CQL_FILTER=(PROC_BASIC_DATA_ID = 301)&WIDTH=256&HEIGHT=256&SRS=EPSG:32635&BBOX=314246.399999995,4663878.400000006,315884.799999995,4665516.800000006

What would be the proper configuration for the TemplateImageryProvider for Cesium ?